/* CSS Document */
body,td,th,p {
	font-family: "Trebuchet MS", Tahoma, "MS Serif", "Times New Roman";
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color: #857041;
	font-size: 12px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	color: #857041;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #857041;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Tahoma, "MS Serif", "Times New Roman"
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #FF7B0D;
}
h2 {
	font-size: 14px;
	color: #857041;
}
h3 {
	font-size: 13px;
	color: #002F81;
}
h4 {
	font-size: 12px;
	color: #B80253;
}

.subText {
	font-size: 10px;
}

.selectText {
	color: #B80253;
}

.SubTitle {
	font-size: 11px;
	color: #003082;
}

.SubTitle2 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.whiteTxt {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.redFont {
	color: #CC0000;
	font-weight: bold;
}

.greenFont {
	font-weight: bold;
	font-size: 11px;
	color: #36A36D;
}

.blueFont {
	font-weight: bold;
	color: #0099CC;
}

.orangeFont {
	font-weight: bold;
	font-size: 12px;
	color: #FEA002;
}

/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	scrollbar-3dlight-color : #939596;
	scrollbar-arrow-color : #939596;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #6699FF;
	scrollbar-shadow-color : #88C6A3;
	scrollbar-track-color : #F0F0F0;
}

select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	border : 1px solid Gray;
	background-color: #FFFFFF;
}

.YellowFace {
	background : #FFDD56;
	color : #000000;
	font-size: 12px;
	font-weight : bold;
}

ul, li{
	list-style-image:url(images/bullet_icon.gif);
}