body	{
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		margin: 0 0 0 0;
        line-height: 145%;
	}

td 	{
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		
	}

h1 	{
		font-size: 16px;
		color: #999966;
		text-decoration: none;
		font-weight: none;
	}

h2 	{
		font-size: 15px;
		color: #656535;
		text-decoration: none;
		font-weight: strong;
	}

h3	{
		font-size: 14px;
		color: #C79424;
		text-decoration: none;
	}

ul, ol, li 	{
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}

p 	{
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}

.normalText	{
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		line-height: 135%;
	}
	
.footerText	{
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		line-height: 135%;
	}

.smallText {
	font-size: 11px;
	line-height: 120%;
	}


a:link	{	
			color: #660000;
			text-decoration: underline;
		}

a:visited {	
			color: #660000;
			text-decoration: underline;
		}

a:hover	{	
			color: #999966;
			text-decoration: underline;
		}

a:active {	
			color: #330000;
			text-decoration: underline;
		}

/* start: form styles */
.input_valid {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.input_invalid {
	background-color: #FFFFCC;
	border: 1px solid #990000;
}
/* end: form styles */


