/* CSS Document */

BODY {
	background-color: #094A8C;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-x;
}

TD {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #185CB0;
	vertical-align: top;
	line-height: 16px;
}

A:link, A:active	{
	color: #185CB0;	
	text-decoration: underline;
}

A:visited	{
	color: #185CB0;
	text-decoration: underline;
}

A:hover	{
	text-decoration: none;
}

A.link_red:link, A.link_red:active, A.link_red:visited	{
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;	
	text-decoration: underline;
}

A.link_red:hover	{
	text-decoration: none;
}

DIV.link_dimmed
{
	color: #9DBBDE;	
	text-decoration: underline;	
}

TD.main {
	height: 440;
}

TD.header {
	background-image: url("/images/bg_header.gif");
	height: 70px;
	padding-left: 341px;
	text-align: left;
}

TD.dottedline {
	background-image: url("/images/bg_dottedline.gif");
	background-color: #FFFFFF;
	height: 1px;
}

TD.content_pri {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

TD.content_header {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
}

TD.tile_large {
	vertical-align: middle;
	width: 250px;
	height: 250px;
	border: 1px solid #185CB0;
}

DIV.tile_tumb {
	width: 50px;
	height: 50px;
	border: 1px solid #185CB0;
}

DIV.tile_tumb_selected {
	width: 50px;
	height: 50px;
	border: 1px solid #FF0000;
}

DIV.tile_small {
	width: 90px;
	height: 90px;
	border: 1px solid #185CB0;
	padding: 0px; 0px; 0px; 0px;
}


DIV.tile_number {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 2px;
}

TD.tile_tumbs_overview {
	text-align: right;
	padding-left: 20px;
}

TD.content_tile_selector {
	background-color: #FFFFFF;
	padding-left: 20px;
}

TD.feature_home {
	background-color: #FFFFFF;
}

TD.content_sec {
	background-color: #F4F5F7;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

TD.collections_list {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

TD.collections_listitem {
	padding-left: 30px;
	background-image: url("/images/bullet_collection.gif");
	background-repeat: no-repeat;
	width: 165px;
	height: 20px;
}

DIV.collections_listitem_overview {
	padding-left: 30px;
	background-image: url("/images/bullet_collection.gif");
	background-repeat: no-repeat;
	height: 20px;
	width: 60px;
}

TD.subheader {
	background-image: url("/images/bullet_subheader.gif");
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 10px;
}

TD.txt_2cols {
	padding-right: 20px;
	width: 370px;
}

TD.footer {
	background-color: #D6DBE0;
	height: 28px;
	color: #4B5967;
	padding-left: 20px;
	padding-top: 5px;
}

TD.nav_main {
	text-align: right;
	height: 47px;
	padding-top: 10px;
}

TD.bg_txt_header {
	background-image: url("/images/bg_txt_header.gif");
	padding-left: 68px;
	height: 40px;
	vertical-align: middle;
}

TD.nav_service {
	text-align: right;
	height: 23px;
	vertical-align: top;
}

TD.links_headerbalk {
	text-align: right;
	vertical-align: middle;
}

TD.imgborder {
	border: 1px solid #C0C9D1;
	padding: 4px;
	width: 700px;
}

TD.imgcomment {
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 18px;
}

.txt_subheader {
	font-size: 15px;
	font-weight: bold;
}

.txt_header {
	font-size: 20px;
	font-weight: bold;
}

DIV.fontred {
	color: red;	
}