body {
	background-color: #EEEEEE;
	margin: 0px;
}

td {
	font-family: Arial;
	font-size : 12px;
	color: #000000;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
input.text {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #FFFfff; 
}


a.menu {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color : #333333;
}
a.menu:link {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color : #333333;
}
a.menu:hover {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color : #CC0000;
}
a.menu:active {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color: #333333;
}




a.footer {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #333333;
}
a.footer:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #333333;
}
a.footer:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #333333;
}
a.footer:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #333333;
}




a.green {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #A8BC42;
}
a.green:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #A8BC42;
}
a.green:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #CC0000;
}
a.green:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #A8BC42;
}