body {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
p, td, div, span {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
input, textarea, select{
	color: #444444;
	font-size: 11px;
	border:1px solid #000000;
	background: #dddddd;
}
img{
	border:0px;
}
li{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	list-style-type:circle;
	padding-left:10px;
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
a, a:link, a:visited, a:active {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
a.header, a:link.header, a:visited.header, a:active.header, .header{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding:4px;
}
a.footer, a:link.footer, a:visited.footer, a:active.footer, .footer{
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
a.button, a:link.button, a:visited.button, a:active.button, .button{
	color: #000000;
	font-size: 11px;
	font-variant: small-caps;
	width:100%;
	padding:0px;
	margin:1px;
	border:1px solid #666666;
	background:#dddddd;
}
a:hover.button, div:hover.button{
	background:#ffffff;
}
.sideButton{
	color: #ffffff;
	font-size: 11px;
	padding:1px;
	border:1px solid #ffffff;
	background:#1E1E84;
}
.sideButtonOver{
	color: #000000;
	font-size: 11px;
	padding:1px;
	border:1px solid #1E1E84;
	background:#ccccff;
}
.leftContent {
	font-size: 11px;
	color: #ffffff;
	padding:6px;
}
.mainContent {
	font-size: 12px;
	color: #1E1E84;
	padding:6px;
}
.formField{
	color: #444444;
	font-size: 11px;
	border:1px solid #000000;
	background: #dddddd;
}
.formFieldSelected {
	color: #000000;
	font-size: 11px;
	border:1px solid #000000;
	background: #ffffff;
}
.productTitle, a.productTitle, a:link.productTitle, a:visited.productTitle, a:hover.productTitle{
	color:#1E1E84;
	font-weight:bold;
	font-size:14px;
}
h1, .pageName, .pageName a:link, .pageName a:visited{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
.pageName a:link, .pageName a:visited{
	text-decoration:underline;
}
.pageName a:hover{
	color: #1E1E84;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
}
.warning{
	color: #bb0000;
	font-size: 12px;
	font-weight: bold;
}
.sideNote{
	color: #aaaaaa;
	font-size: 10px;
	font-weight: normal;
}
.subHeading{
	color:#666666;
	font-size: 14px;
	font-weight: bold;
}