﻿/* CSS Document */

/* Body and Text */
body{
	font-family : verdana, arial, tahoma;
	color: #333333;
	margin: 13px 0px 0px 0px;
	}
	
.body{
	background: #242424;
	}
	
.footerTxt{
	color: #999999;
}

.pic_margin-rt{
	margin-right: 10px;
}

.txt1{
	font-size: 8pt;
	font-weight: bold;
}
	
H1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
}

P, TD{
	font-size: 7pt;
}


#lefttemplate P, #lefttemplate TD{
	font-size: 7pt;
	text-align:left;
}

#top_btm_marg {
	margin: 8px 0px 8px 0px;
}

.RtSide_Marg{
	margin: 0px 10px 4px 10px;
}

a:link, a:visited, a:active { 
	text-decoration: underline; 
	color: #242424;
}

a:hover { 
	text-decoration: none; 
	color: #242424;
}

.HeaderLinks
{
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none; 
	color: #FFF;
}

a.HeaderLinks:link, a.HeaderLinks:visited, a.HeaderLinks:active { 
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline; 
	color: #FFF;
}

a.HeaderLinks:hover { 
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none; 
	color: #FFF;
}

a.footerLink:link, a.footerLink:visited, a.footerLink:active { 
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline; 
	color: #999999;
}

a.footerLink:hover { 
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none; 
	color: #999999;
}

a.topLink:link, a.topLink:visited, a.topLink:active { 
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline; 
	color: #242424;
}

a.topLink:hover { 
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none; 
	color: #242424;
}

a.RtSdSub_Menu:link, a.RtSdSub_Menu:visited, a.RtSdSub_Menu:active { 
	font-weight: normal; 
	text-decoration: underline;
	color: #333333;
}

a.RtSdSub_Menu:hover {
	text-decoration: none; 
	font-weight: normal; 
	color: #333333;
	background-color: none;
}

#RtSdSub_linkList ul {
	margin: -1px 0px -1px 22px;
	padding: 4px;
}

#RtSdSub_linkList li {
	list-style-type: none;
	display: block; 
	margin-bottom: 0px;
	text-align: left; 
	padding: 0px 0px 0px 0px; 
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
	text-align: inherit;
}