@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
		color: #333333;
}
a:visited {
	text-decoration: none;
		color: #333333;
}
a:hover {
	text-decoration: none;
		color: #0018fe;
		
}
a:active {
	text-decoration: none;
		color: #333333;
}

.headerBox{ border-width:1px; border-color:#000000; border-style:solid;}
.topBox{ border-width:0px; border-right-width:1px; border-left-width:1px; border-color:#000000; border-style:solid;}
.leftBox{ border-width:1px; border-color:#000000; border-style:solid;}
.centerBox{ border-width:1px; border-color:#000000; border-style:solid;}
.titleCell{ background-color:#cccccc;}
.hiLightCell{ background-color:#dddddd;}
.rightBox{ border-width:1px; border-color:#000000; border-style:solid;}
.footerBox{ border-width:1px; border-bottom-width:0px; border-color:#000000; border-style:solid;}
.headerText{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight:bold;}
.smallText{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}
.italicText{font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 16px; font-variant:small-caps; color:#0000FF;}
.italicText:link{color:#0000FF;}