/* CSS Document */

a:link {
	color: #000000;
font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #B34C5F;
	text-decoration: underline;
}
a:active {
	color: #FFCCCC;
}

body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Times, "Times New Roman", Tahoma;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #4f1727;
}
h2 {
	font-size: 14px;
font-weight: bold;
	color: #B34C5F;
background-color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 1px;
border: 1px solid #FDACB4;
	padding: 5px 5px 5px 5px;
	/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
}
h3 {
	font-size: 13px;
	color: #030000
letter-spacing: 1px;
text-transform: uppercase;
padding: 5px 5px 5px 5px;

}
h4 {
	font-size: 12px;
	color: #B80253;
}

.subText {
	font-size: 9px;
	margin: 0px 0px 5px 8px;
}

.subText3 {
	font-size: 11px;
	margin: 0px 0px 5px 8px;
}

.subText2 {
	color:#FFFFFF;
	font-size: 10px;
	margin: 5px 5px 5px 5px;
}

.subText2 a {
	color:#FFFFFF;
	font-size: 10px;
}

.selectText {
	color: #B80253;
}

.SubTitle {
	font-size: 10px;
	color: #333333;
}

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

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

.redFont {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.pinkFont {
color: #ff9999;
font-size: 11px;
font-weight: bold;
}

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

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

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

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

.layeredForm {
	background-color: #FFFFFF;
	visibility: hidden;
	border: 1px dotted #B0D0FF;
	width: 580px;
	height: 430px;
	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;
}

.sideheading {
	background-color: #FFCCCC;
font-family: verdana,arial,helvetica,sans-serif;
font-weight: bold;
letter-spacing: 1px;
font-size: 7pt;
line-height: 9pt;
padding: 2px 2px 2px 10px;
text-align: justify;
border: 1px solid #FFCCCC;
text-transform: uppercase;
color: #FF9999;
}

