.main {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #000000;
}

.footer {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #ffffff;
	padding-left:35px;
	padding-top:5px;
	padding-right:35px;
}

.button {
font-family: Arial, Helvetica, Sans Serif;
color:#000000;
background-color:#cccccc;
font-size: 11px;
}

input {
border: #009790 1px  solid;  
color: #000000; 
background: #cccccc;
}

textarea {
border: #009790 1px  solid;  
color: #000000; 
background: #cccccc;
}
.footer a:visited {
	color: #ffffff; text-decoration: none;
}

.footer a:link {
	color: #ffffff; text-decoration: none;
}

.footer a:hover {
	color: #cccccc;	text-decoration: none;
}

a:link, a:visited {
	color: #787878; text-decoration: none;
}


a:hover {
	color: #cccccc;	text-decoration: none;
}