/* 
variable values are .main.background-color, .head.color, .subhead.color, .table1-head, .ourForm, .softTable
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #232C33;
	background-image: url(/images/common/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: verdana, arial, times;
	font-size: 11px;
	color: #000000;
}
.main{
	background-color:#239145;
}
hr, .oBorder{
	border: #239145 2px solid;
}
.table1-head{
	background-color:#239145;
	color:#FFFFFF;
	padding-left:10px;
	text-transform:uppercase;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
}
.softTable{
	background-color:#E9F1C9;
}
.ourForm{
	width:98%;
	border:1px solid #239145;
}
.head{
	color:#15582A;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.subhead{
	color:#66AD3D;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a, a:active, a:visited{color:#15582A;}
.tr2{
	background-image: url(/images/system/tr-2.jpg);
	background-repeat: repeat-x;
}
.footer{
	background-color: #232C33;
	color:#FFFFFF;
	font-size:10px;
	padding:8px;
}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
	
}
.footer a:visited{color:#FFFFFF;}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
