body, table,form,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body{
	margin-top:10px;
}
h1,h2,h3,h4{
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 16pt;
	color: #330099;
}
h2 { font-size: 14pt }
h3 { font-size: 12pt }

a, a:hover, a:visited, a:active{
	text-decoration: none;
	color:#0000E1;
	font-weight:bold;
}
a:hover { 
	text-decoration: underline;
	color:#003366;
}
.borderedBox {
	border: 1px solid #330099;
}
.overlinedBox {
	border-top: 1px solid #330099;
}
.cart {color: #FF0000; font-size:8pt }
.style2 {font-size: 12px}
.style3 {color: #D6D4D4}
.style4 {
	color: #330099;
	font-weight: bold;
}
select { font-size: 9pt;}
.blueBorderedBox {
	border: 1px solid #330099;
	background-color: #AFCDFB;
}

