/* CSS Document */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E7379;
	background-color: inherit;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #27585D;
	background: url(../images/bg/shadowbg.png) top left no-repeat #FFFFFF;
}
tr {
	vertical-align: top;
}
.rouge {
	color: #990000;
	background-color: inherit;	
}
.ctr {
	text-align: center;
}
H2 {
	font-size: 18px;
	margin-top: 34px;
	margin-bottom: 40px;
}
H3 {
	font-size: 16px;
}
H4 {
	font-size: 14px;
	font-weight: bold;
}
H5 {
	font-size: 14px;
	font-weight: normal;
}
.norm {font-size: 11px}
.style4 {font-size: 14px}
.infoBox {
	font-size: 11px;
	color: #FFFFFF; 
	padding: 4px 8px; 
	background-color: #8E9A9A;
}
A, A:visited {
	color: #336699;
	background-color: transparent;
	text-decoration: none;
	/* font-weight: bold; */
}
A:hover {
	color: #17182D;
	background-color: transparent;
}
#mainCntPane {
	padding: 8px;
	width: auto;
	vertical-align: top;
}
#pgTitle {
	padding-top: 14px;
}
#leftCol, #rightCol, #mainFoot {
	vertical-align: top;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: normal;
	overflow: hidden;
}
.xtable {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainCntPane p {
	text-indent: 24px;
	margin-right: 8px;
}
.highlight {
	background: #FDFFD5;
}
.underline {
	text-decoration: underline;
}
