.text{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	color: #242424;
	text-decoration: none;
	line-height : 16px;
}
.text2{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	color: #242424;
	text-decoration: none;
	line-height : 12px;
}
input{
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #242424;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
}

li{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	color: #B75312;
	text-decoration: none;
}


A:LINK {
	text-decoration : underline;
	color : Blue;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	
}
A:ACTIVE {
	text-decoration : underline;
	color : Blue;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	
}
A:VISITED {
	text-decoration : underline;
	color : Blue;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	
}
A:hover {
	color:red;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration : underline;
	
} 
