body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: black;
	direction: ltr;
	text-indent: 5px;
	font-family: Arial;
}

.notice {
	/* this will notify non CSS browsers that site uses CSS */
	display: none;
	}

A
{
	font-size: 10pt;
	font-family: Arial;
}


A:active
{
	color: navy;
}


A:hover
{
	font-weight: normal;
	color: purple;
	text-decoration: underline;
}

A.menu
{
	font-size: 10pt;
	color: whitesmoke;
	font-family: Arial;
}


A.menu:active
{
	color: navy;
}


A.menu:hover
{
	font-weight: normal;
	color: purple;
	text-decoration: underline;
}

h1
{
	font-weight: bold;
	font-size: 18pt;
	color: #31639c;
	font-family: Arial;
}

h2
{
	font-weight: bold;
	font-size: 14pt;
	color: #31639c;
	font-family: Arial;
}

h3, h4
{
	font-weight: bold;
	font-size: 12pt;
	color: #31639c;
	font-family: Arial;
	letter-spacing: 5pt;
}

.colorone
{
	background-color:#31639c;
}

.colortwo
{
	background-color: #dede4a;
}