﻿/* BOP */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #333333;
	margin: 0;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	font-size: 12px;
	margin: 0;
}
ol {
	list-style-type: decimal; /* square circle disc decimal */;
	color: #333333;
}
ul {
	list-style-type: square;
	color: #333333;
}

/* links */

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 10px;
	
}
a:hover, a:active {
	color: #333366;
	text-decoration: none;
	font-size: 10px;
}

/* forms */

select, textarea, button, input {
	font-size: 10px;
	border: 1pt solid #993399;
	background-color: #ffffff;
	padding: 0.5px;
	letter-spacing: 0pt;
	color: #666666;
}
