/* CSS Document */
body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	font-weight: bold;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #6600FF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 15px;
	color: #CC0000;
}
h2 {
	font-size: 13px;
	color: #990000;
}
h3 {
	font-size: 12px;
	color: #6699FF;
}
h4 {
	font-size: 12px;
	color: #B80253;
}

.subText {
	font-size: 10px;
}

.selectText {
	color: #B80253;
}

.SubTitle {
	font-size: 10px;
	color: #36A36D;
}

.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;
}

.layeredForm {
	background-color: #FFFFFF;
	visibility: hidden;
	border: 1px dotted #999999;
	width: 580px;
	height: 380px;
	top: 250px;
	bottom: auto;
	left: 25;
	right: auto;
	margin: 0px;
	padding: 5px;	
	position: absolute;
}

.YellowFace {
	background : #FFDD56;
	color : #000000;
	font-size: 12px;
	font-weight : bold;
}