body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #004220;
	scrollbar-3dlight-color: #016934;
	scrollbar-darkshadow-color: #004220;
	scrollbar-face-color: #016934;
	scrollbar-highlight-color: #016934;
	scrollbar-shadow-color: #016934;
	scrollbar-track-color: #00451c;
}
.TextBox{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border:1px solid #000066;
}

.border {
	border: 1px solid #000000;
}
.footertext {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00885B;
	text-decoration: none;
}
.maintext {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #c39712;
	text-decoration: none;
}
.yellowborder {
	border: 1px solid #fcc51d;
}
.boldtext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #DCAA14;
	text-decoration: none;
}
.textfield {
	background-color: #006331;
	border: 1px solid #007b3a;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.instructions {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FBCE4E;
	text-decoration: none;
}
.mainbgimage {
	background-image: url('../Images/inner/bginner.gif');
	background-repeat: repeat-y
}

.warning
{
	background: url("../../images/warning.gif") left no-repeat;
	background-color: #FFF8A7;
	background-position: 14px center;
	padding: 8px 3px 8px 48px;
	border: 1px dotted #E5D200;	
	margin: 5px;
	width: 80%;
	text-align: left;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
}

.info
{
	background: url("../../images/info.gif") left no-repeat;
	background-color: #D4F5D4;
	background-position: 14px center;
	padding: 3px 3px 3px 42px;
	border: 1px dotted #54AF54;	
	margin: 5px;
	width: 70%;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
}
.text
{
	color:#FFCC33;
	font-family:Arial;
}
.bot
{
	vertical-align:bottom;
	
}