/*
* Body Background / Margins
* ---------------------------------------------------- */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: url(images/assets/bg_sub.gif) repeat-x;
	background-color: #66CC66;
	}

/*
* General Type Style
* ---------------------------------------------------- */
body, p, div, td, th, tr, form, ol, ul, li, input, text, textarea, select, .ghost {  
	font: normal 12px Arial,Helvetica,sans-serif;
	font-weight: normal; 
	color: #333333;
	line-height: 150%;
	}
a          {text-decoration:none;}
a:Visited  {text-decoration:none;}
a:Active   {text-decoration:none;}
a:Hover    {color: #FF6600; text-decoration:underline;}


h1 {
	font: bold 18px Arial,Helvetica,sans-serif;
	text-align: left;
	padding: 10px 0px 5px 0px;
	color: #393;
	line-height: 150%;
	}


.maincontent{
	font: normal 12px Arial,Helvetica,sans-serif;
	margin: auto;
	text-align: left;
	padding: 20px;
	color: #333;
	line-height: 150%;
	}
	.maincontent a          {color: #039; text-decoration:underline;}
	.maincontent a:Visited  {color: #039; text-decoration:underline;}
	.maincontent a:Active   {color: #039; text-decoration:underline;}
	.maincontent a:Hover    {color: #6c6; text-decoration:underline;}
	
.subnav{
	font: normal 12px Arial,Helvetica,sans-serif;
	text-align: left;
	padding: 5px 0px 0px 0px;
	color: #333;
	line-height: 160%;
	width: 147px;
	}
	.subnav a          {color: #036; text-decoration:none;}
	.subnav a:Visited  {color: #036; text-decoration:none;}
	.subnav a:Active   {color: #036; text-decoration:none;}
	.subnav a:Hover    {color: #036; text-decoration:underline;}


.formtable table{
	border: 1px solid #333;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-color: #ffffff;
}
	A.formtable  {color: #ffffff; text-decoration:none;}
	A.formtable:Visited  {color: #ffffff; text-decoration:none;}
	A.formtable:Active  {color: #ffffff; text-decoration:none;}
	A.formtable:Hover    {color: #ffffff; text-decoration:underline;}

.formtable th {
	background-color:#333;
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-align: left;
}

.formtable td {
	font: 12px Arial,Helvetica,sans-serif;
	color: #333;
	vertical-align: top;
}

/*
* Footer
* ---------------------------------------------------- */
.footer {
	font: normal 11px Arial,Helvetica,sans-serif;
	margin: auto;
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #393;
	border-left: 1px solid #FFF; 
	border-right: 1px solid #FFF; 
	border-bottom: 1px solid #FFF;
	}
	.footer a          {color: #333; text-decoration:none;}
	.footer a:Visited  {color: #333; text-decoration:none;}
	.footer a:Active   {color: #333; text-decoration:none;}
	.footer a:Hover    {color: #039; text-decoration:underline;}

	
.error {
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	}
	A.error  {color: #cc0000; text-decoration:underline;}
	A.error:Visited  {color: #cc0000; text-decoration:underline;}
	A.error:Active  {color: #cc0000; text-decoration:underline;}
	A.error:Hover    {color: #0000cc; text-decoration:underline;}
	ul.error {color: #cc0000;}
