/*body style*/

p.style1 {
	font-family: Verdana;
	font-size: 10px;
	color: #757575;
}
p.about {
	font-family: Verdana;
	font-size: 10px;
	color: #757575;
}
p.header {
	font-family: Verdana;
	font-size: 10px;
	color: #757575;
	text-decoration: bold; underline;
}
a.link:link {
	font-family: Verdana;
	font-size: 10px;
	color: #757575; 
	text-decoration: underline;
}
a.link:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #757575; 
	text-decoration: underline;
}
a.link:active {
	font-family: Verdana;
	font-size: 10px;
	color: #757575; 
	text-decoration: underline;
}
a.link:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #00569A; 
	text-decoration: underline;
}


