﻿body 
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #737373;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
}

a {
	color: #92c932;
	text-decoration: underline;
	}

a:hover {
	color: #92c932;
	text-decoration: none;
	}
	
a:visited {
	color: #92c932;
	text-decoration: underline;
	}
	
a:visited:hover {
	color: #92c932;
	text-decoration: none;
	}

.headerContent {
	font-family: Arial;
	font-size: 12px;
	color:#3d4144;
	font-weight:bold;
}


.headerLink {
	font-family: Arial;
	font-size: 11px;
	color:#6f6f6f;
}

.headerLink:a {
	font-family: Arial;
	font-size: 11px;
	color:#6f6f6f;
	text-decoration:underline;
}

.headerLink:hover {
	font-family: Arial;
	font-size: 11px;
	color: #3c9700;
	text-decoration:none;
}

.headerLink:visited {
	font-family: Arial;
	font-size: 11px;
	color:#CCCCCC;
	text-decoration:underline;
}

.headerLink:visited:hover {
	font-family: Arial;
	font-size: 11px;
	color: #3c9700;
	text-decoration:none;
}

.content {
	background-image:url(imgz/content_bg.gif);
	background-repeat:no-repeat;
}

.contentSubCell {
	padding-bottom:8px;
	padding-top:5px;
	padding-right:0px;
	padding-left:0px;
}

.pageTitle {
	font-family: Arial;
	font-size: 25px;
	font-weight: 500;
	color: #6699FF;
	font-weight: normal;
}

.subTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
	color: #FF9900;
	font-weight: bold;
}


.related {
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
	color: #2172A3;
	font-weight: normal;
}


.leftSearch {
	background-image:url(imgz/left_search_bg.gif);
	background-repeat:no-repeat;
	background-color:#6E9ED3;
}

.leftSpotlight {
	background-image:url(imgz/left_spotlight_bg.gif);
	background-repeat:no-repeat;
	background-color:#000000;
}

.leftSpotlightTitle {
	font-family: Arial;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:500;
}

.leftSpotlightTxt {
	font-family: Tahoma;
	font-size: 9px;
	color: #999999;
	font-weight:bold;
	line-height: 18px;
}

.leftFormTxt {
	background-color: #6899cf;
	border-width: 1px;
	border-style: solid;
	border-color: #81b0e4;
	font-family:Arial, Helvetica, sans-serif;
 	color:#000000;
	font-size: 11px;
	padding-bottom:3px;
	padding-left:1px;
	padding-right:1px;
	padding-top:3px;
}

.smTxt {
	font-family: Tahoma;
	font-size: 9px;
	color:#CCCCCC;
	font-weight:bold;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #000000;
}

.footer:a {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.footer:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.footer:visited {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.footer:visited:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}



.formBtn {
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #c6c6c6;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}


