@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
body {
	margin-top: 20px;
	background-image: url(http://www.healthplanone.com/images/gray_bg.jpg);
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
h2 {
	font-size: 14px;
	color: #003;
}
h3 {
	font-size: 14px;
	color: #003;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
a:link {
	color: #333;
	text-decoration: underline;
}  

a:visited {
	
	color: #333;
	text-decoration: underline;	
}
a:hover {
	color: #039;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;	
	
}
