body, th, td, p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
body {
	background: url(../../images/bg.jpg) repeat scroll 0px 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #000000;
	font: bold 18px Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;	
}
a:hover {
	text-decoration: underline;
}
#CenteringTable {
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
	vertical-align: middle;
}
#T1 {
	width: 760px;
	height: 420px;
	border: 1px solid #000000;
	background: #FFFFFF;
}
#T1R1 {
	height: 54px;
	background: url(../../images/highback.gif) repeat-x scroll 0px 0px;
}
#T1R2C1 {
	width: 150px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	border-right: 1px dotted #999999;
}
#T1R2C2 {
	width: 610px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
#T1R3 {
	height: 6px;
	background: url(../../images/lowback.gif) repeat-x scroll 0px 0px;
}
#T1R4 {
	height: 20px;
	background: #FF7129;
	text-align: center;
	vertical-align: middle;
}
.LoginText {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.LoginTextField {
}
.LoginButton {
	margin-top: 5px;
}
.Menu {
	font-size: 8pt;
	border: solid 1px #666666;
	border-top: 0;
}
.Menu a {
	width: 100%;
	font-size: 8pt;
    display: block;
	white-space: nowrap;
	background: #CCCCCC;
	color: #333333;
	padding: 1px 0.5ex;
	text-decoration: none;
}
.Menu a:visited {
	font-size: 8pt;
    color: #333333;
}
.Menu a:hover {
	font-size: 8pt;
    background: #6699CC;
	color: #FFFFFF;
	text-decoration: none;
}
.Error {
	font-weight: bold;
	color: #FF0000;
}