/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
color: #003399;
}
a:visited {
color: #003399;
}
a:hover {
color: #003366;
}
a:active {
color: #003399;
}

a.nav {
color:#000000;
text-decoration:none;
font-weight:bold;
}
a.nav:visited {
color:#000000;
}
a.nav:hover {
color:#000000;
text-decoration:underline;
}
a.nav:active {
color:#000000;
}

.subnav {
background-color:#B2CCE4;
text-align:left;
padding:3px 5px 3px 5px;
color:#0055A6;
font-weight:bold;
}
a.subnav {
color:#0055A6;
text-decoration:none;
}
a.subnav:visited {
color:#0055A6;
}
a.subnav:hover {
color:#0055A6;
text-decoration:underline;
}
a.subnav:active {
color:#0055A6;
}

ul {
margin-top:5px; 
list-style-type:square;
}

hr {
color:#CCCCCC; 
width:95%; 
margin:0px; 
padding:0px;
}

b {
color:#003366; 
font-weight:bold;
}

.headline{
font-size:16px;
color:#003366;
font-weight:bold;
}

.subhead {
font-size:12px; 
font-weight:bold;
}

.footer {
color:#333333;
padding: 5px 10px 5px 5px;
font-size:10px;
border-top:1px solid #000000;
}

.content {
border:1px solid #C73930;
line-height:16px;
width:550px;
padding:5px;
text-align:left;
}

.column_bg {
background-image:url(/images/subcommon/bancforce_bg.gif);
background-repeat:repeat-y;
background-position:top left;
}