
body {
	background-color: #3b3734;
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 10pt;
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.td_content {
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 10pt;
	padding: 20px;
}

.tdborder {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	padding: 6px;
	border: 1px solid #CCCCCC;
	background-color: #F3F0D7;
	}

input, textarea, select {	
	font-family: Arial;
	font-size: 9pt;
} 

a {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color:#FECB00;
	font-weight: bold;
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color:#FFFF99;
	font-weight: bold;
}

