/* CSS Document */
body
{
	background-color:#dddce4;
	padding:0px;
	margin:0px;
}
td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:17px;
}
.multiList li
{
	margin-bottom:4px;
}
#outline
{
	width:766px;
	background-color:#ffffff;
	padding:5px;
	height:100%;
}
#header
{
	background-image:url(/images/splash/sp_header_bgr.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#01478C;
}
#topnav
{
	position:absolute;
	top:67px;
	left:607px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:10px;
	width:150px;
}
#mainbody
{
	padding-left:25px;
	padding-top:30px;
	padding-right:25px;
	padding-bottom:15px;
}
.mainLine
{
	background-color:#0D2A88;
}
.hrDotLine
{
	background-image:url(/images/common/im_hr_dot_line.gif);
	background-repeat:repeat-x;
}
.vtDotLine
{
	background-image:url(/images/common/im_vt_dot_line.gif);
	background-repeat:repeat-y;
}

a:link    { color:#01478d; text-decoration:underline;}
a:visited { color:#01478d; text-decoration:underline;}
a:hover   { color:#316ca4; text-decoration:none;}
a:active  { color:#316ca4; text-decoration:none;}

a.subnavLink:link    { background-color:#4d4e50;}
a.subnavLink:visited { background-color:#4d4e50;}
a.subnavLink:hover   { background-color:#68686a;}
a.subnavLink:active  { background-color:#68686a;}

a.subnav2Link:link    { text-decoration:none;}
a.subnav2Link:visited { text-decoration:none;}
a.subnav2Link:hover   { text-decoration:underline;}
a.subnav2Link:active  { text-decoration:underline;}

.title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:nomal;
	color:#333333;
	margin-bottom:12px;
}
.subtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0d2a88;
	margin-top:5px;
	margin-bottom:3px;
}

.highlight
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin-bottom:3px;
}
.smallText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}
.redtext
{
	color:#FF3333;
}
.bluetext
{
	color:#0d2a88;
}
.bullet
{
	margin-left:3px;
	margin-right:7px;
}
.raquo
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#01478d;
	margin-left:3px;
	margin-right:7px;
}
.smallbox { width:100px;}
.midbox { width:150px;}
.imagebox
{
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	padding:1px;
}
.subNavRowColor
{
	background-image:url(/images/navigations/nv_sub_arrow.gif);
	vertical-align:top;
}
.bgPink { background-color:#F7EDF5;}