* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#000000;
}
body {
	background-color:#fff;
}
p {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-decoration: none;
	font-weight: lighter;
}
a:link {
	text-decoration: none;
	color: #555;
}

a:hover{
	text-decoration: underline;
	color: #fff;
}
			
a:hover{	
	color: #fff;
	background-color: #000;
}


input {
	font-weight:thin;
}
select {
	font-weight:thin;
}
.error {
	color:#FF0000;
}
.head{
	background-color:#fff;
	color:#666;
	text-align:center;
	font-size:14px;
}
.title {
    text-align:center;
	background-color:white;
	color:#555;
	font-size:14px;
	font-weight: lighter;
}
input, textarea, select {
   border: 1px solid #333333;
   background: #FFFFFF;
   
	font-size: 12px;
	color: #555;
	text-decoration: none;
	font-weight: lighter;

}
input:hover, textarea :hover,input:active, textarea :active {
   color:#fff;
   background: #000;
}

