BODY{
	margin: 0px;
	background-color: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#324b8c;
}

a:visited {
	color:#324b8c;
}
table.main_table_border{
	border-bottom:20px solid #FFF;
	border-left:20px solid #FFF;
	border-right:20px solid #FFF;
	border-top:0px;
}
#top_hdr {
	background-image: url(../images/hdr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:30px;
	text-align: right;
	padding-right: 10px;
}

td.copy{
	background-color:#758EC2;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	background-position: center;
	padding-left: 20px;
}
td.caution{
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	background-color: 3C5890;
	background-image: url(../images/bar1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

tr.table_header {
	background-image: url(../images/hdr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:20px;
	color: #FFFFFF;
	font-weight:bold;
}
tr.row_header {
	background-image: url(../images/nv_bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:22px;
	color: #324b8c;
	font-weight:bold;
}
tr.row_shadow {
	background-image: url(../images/nav_ftr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:11px;
}
.maintxt   { color: #646464; font-size: 12px; margin: 5px 10px; }
.hdr  { color: #646464; font-weight: bold; font-size: 24px; margin: 5px 10px; }
.hdr_blue  { color: #324b8c; font-weight: bold; font-size: 15px; margin: 5px 10px; }
.hdr_nospace { color: #324b8c; font-weight: bold; font-size: 14px; }

.bordered td, th{
	border-right:1px solid #CCC;
	border-bottom: 1px solid #ccc;
}
table.bordered{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size: 12px;
}
