
HTML{
	margin:0px;
}
BODY{
	margin:0px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	background:url('../../images/body_background_dark.gif') repeat-x #7E8B7A;
}
form{
	margin: 0px;
	border: 0px; 
	padding: 0px;
}

BODY DIV{
	text-align:left;
}
a *{
	border: none;
}
p{
	margin:18px 54px 18px 18px;
	line-height:20px;
	color:#7E8B7A;
}
p table{
	line-height:20px;
	color:#7E8B7A;
	font-family:Arial;
	font-size:12px;
}
p.tableContainer{
	margin:18px;
	line-height:20px;
	color:#7E8B7A;
}
a.red{
	color: #7d0116;
	text-decoration: none;
}
a.red:hover{
	text-decoration: underline;
}
a.green{
	color: #7E8B7A;
	text-decoration: none;
}
a.green:hover{
	color: #7d0116;
	text-decoration: underline;
}
hr{
	color: #FFF;
	background-color: #FFF;
	height: 0px;
	border: none;
	/*border-top: 1px solid #D6E3D6;*/
	border-bottom: 1px solid #C2D6C2;
	margin-bottom:15px;
}

input{
	border:1px solid #597269;	
	background:white;
}
input:focus{
	background:#d6e3d6;
}
textarea{
	border:1px solid #597269;	
	background:white;
}
textarea:focus{
	background:#d6e3d6;
}
.FormInputError {
	border-color:red;
}

ul.regular{
	margin:0px 0px 18px 0px;
	margin-right:54px;
	padding-left:35px;
	color:#7E8B7A;
}
ul.regular li{
	margin-left:0px;
	padding-bottom:5px;
}