﻿body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #333333;
	font-size : 12px;
	font-weight: bold;
	margin-left: 7px;
}

a:hover {
	text-decoration: underline;
	color: #008080;
	font-size : 12px;
	font-weight: bold;
	margin-left: 7px;
}
.text {
	font-size: 12px;
	text-align: left;
	margin-left: 7px;
}
.header {
	font-weight: bold;
	color: #008080;
	text-align: center;
}
.subheader {
	font-weight: bold;
	font-size: 12px;
	color: #008080;
	text-align: left;
	margin-left: 7px;
}
.divbox {
	border: 1px gray solid;
}.redtext {
	font-size: 10px;
	color: #F00;
}
