﻿body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	
}

h1 {
	color: #23409B;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

a:link 
{
	color: #293796;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #293796;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #293796;
	font-weight: normal;
	text-decoration: none;
}

a:active
{
	color: #293796;
	font-weight: normal;
	text-decoration: underline;
}

h2, h3
{
	color: #23409b;
	font-size: 15px;
}

legend
{
	color: #23409b;
}