/* modified 2006-02-15 */

html,body { 
	height: 100%;
	margin: 0px; padding: 0px;
	background-color: #1d2e63;
	font: normal 11px Arial, Helvetica, sans-serif;
}
b, strong {
color:#1d2e63;
}
h4,h5,h6 { display: none; }
img,table,tr,td { border: 0px solid; }
td { vertical-align: top; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
p {
	margin-bottom: 10px;
}
.txtTiny {
	font: normal 8px Arial, Helvetica, sans-serif;
}
label { 
	cursor: pointer; /* CSS standard */
	cursor: hand; /* WIN IE */
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 14px; /* match p */
	margin-bottom: 18px;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #444444;
	margin-top: 10px;
	text-transform: uppercase;
}
ul {
	margin: 0px; 
	padding: 0px;
	margin-left: 15px;
}
ul li {
	list-style:disc;
}
ol {
	margin: 0px; 
	padding: 0px;
	margin-left: 30px;
}
li {
	margin: 0px; 
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.txtFormLabelRequired,.txtFormLabelAlert {
	background: url(../images/required.gif) no-repeat right;
	padding-right: 15px;
}
.txtFormLabelRequired,.txtFormLabelAlert, .txtError {
	font-weight: bold;
	color: #CC3333
}
#mainTable {
	background-color:#FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
}
#whiteBg {
	height:100%;
}
#menuBG {
	background-color:#ad904c;
	padding-left:22px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.menu1 {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	padding-right:23px;
}
.menu1 a {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
}
.menu1 a:hover {
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
}