body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;


}
.box2 {
	border: 1px solid #003399;
}
.framed {
	border: 1px solid #CCCCCC;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
