body,td,th {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #005381;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h4 {
	font-size: 14px;
	color: #000000;
}
.style1 {
	color: #788587;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
.style2 {
	color: #000000;
	font-size: 10px;
}
#page {
	margin: 20px auto;
	border: 2px dashed #DDDDDD;
	padding: 20px;
	width: 500px;
	text-align: center;
}