body {
	margin: 0;
	background: url(/images/pinkgrad1.gif) repeat;
}

body, #page, p, td, .bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	background-color: FFD0E9;
	border: 1px solid;
}
.state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#page {
	width: 750px;
	margin: 0 auto;
	background: white;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#menu {
	padding: 0px 10px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 25px;
}
#menu a {
	color: black;
	padding: 0 15px 0 0;
}

#footer {
	margin-top: 10px;
	background: #f0f0f0;
	padding: 5px;
	text-align: center;
}
.pink {
	color: #f875bb;
}

