body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: normal;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: 0px;
}
td {
		font-size:8pt;
}
a:link {  
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {  
	text-decoration: underline;
	color: #5D5DFF;
}
a:active {  
	text-decoration: none;
	color: #006600;
}
.mainText {
	font-size: 13px;
	color: #464646;
	text-align: justify;
}
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDEE;
	border: 1;
	text-transform: uppercase;
	border-top-style: inset;
	border-top-color: #9CA5CF;
	border-right-color: #9CA5CF;
	border-bottom-color: #9CA5CF;
	border-left-color: #9CA5CF;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background: transparent;
}
.loginBox {
	font-size: 11px;
	color: #CCCCDD;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AAAAAA;
}
.bottomMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DDDDDD;
}
a.bottomMenu:link {
	color: #DDDDDD;
	text-decoration: none;
}
a.bottomMenu:visited {
	color: #DDDDDD;
	text-decoration: none;
}
a.bottomMenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bottomMenu:active {
	color: #DDDDDD;
	text-decoration: none;
}
#help {
	cursor: help;
}