@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 1%; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}

.style2 { color: #000066 }

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}

h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	color: #990000;
	font-style: normal;
}
td { padding: 5px; }


h3
{
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #006600;
	font-family: "Times New Roman", Times, serif;
}

.style4 { font-family: Verdana, Arial, Helvetica, sans-serif }

.border
{
	background-color: #FFFFFF;
	border: thin solid #990000;
}
