/* CSS Document */

/* .tableborder{
border-left:solid 1px #C6DFFF;
border-top:solid 1px #C6DFFF;
border-right:solid 1px #C6DFFF;
}
*/

body
{
	margin: 0px;
	padding: 0px;
}
a:link
{
	text-decoration: none;
	color:#034EA2;
}
a:visited
{
	text-decoration: none;
	color:#034EA2;
}
a:hover
{
	color:#FF6600;
}
.tableborder{
border-left:solid 1px #C5C5C5;
border-top:solid 1px #C5C5C5;
border-right:solid 1px #C5C5C5;
}
.borderleft{
border-left:solid 1px #C5C5C5;
}
.borderright{
border-right:solid 1px #808080;
}
.bordertop{
border-top:solid 1px #C5C5C5;
}
.borderbottom{
border-top:solid 1px #808080;
}
.topnav{
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#1B4C91;
}
.leftnav{
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#3D64AD;
}
.breadcrumb{
font-family:Arial;
font-size:9pt;
color:#3D64AD;
}
.smallfont{
font-family:Arial;
font-size:8pt;
color:#808080;
}
h3{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: Bold;
	color:#034EA2;
	border-bottom:1px solid gray;
}
h3 span{	
	border-bottom:3px solid #FFCC00;	
}
.contentfont{
font-family:Arial;
font-size:9pt;
color:#666666;
text-align:justify;
}
.tabcontent{
font-family:Arial;
font-size:9pt;
color:#666666;
text-align:left;
}
.contentbold{
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#034EA2;
text-decoration: none;
}
.contentblue{
font-family:Arial;
font-size:9pt;
font-weight:normal;
color:#034EA2;
text-decoration: none;
}
.bottomfontbg{
font-family:Arial;
font-size:8pt;
color:#034EA2;
background-image:url(../images/bottom-bg.jpg);
background-repeat:repeat;
}
.tableborderwhole
{
border:solid 1px #0B3D8E;
}

.tableheading
{
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#FFFFFF;
text-decoration: none;
background-color:#0B3D8E;
border:solid 1px #C5C5C5;
}
.tablefirstcontent
{
font-family:Arial;
font-size:9pt;
color:#666666;
text-align:justify;
background-color:#D7E6FD;
border:solid 1px #c5c5c5;
}
.tablesecondcontent
{
font-family:Arial;
font-size:9pt;
color:#666666;
text-align:justify;
background-color:#F0F7FF;
border:solid 1px #c5c5c5;
}

span.contentb{
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#808080;
text-decoration: none;
}