a:link			{ color: #0000ff; }
a:visited		{ color: #0000ff; }
a:active		{ color: #0000ff; }
a:hover			{ color: #FF0000; }

a.blue			{ color: #000080; text-decoration: none; }
a:visited.blue	{ color: #000080; text-decoration: none; }
a:hover.blue	{ color: #ff0000; text-decoration: none; }

a.white			{ font-size: 10px; color: #FFFFFF; text-decoration: none }
a:visited.white	{ font-size: 10px; color: #FFFFFF; text-decoration: none }
a:hover.white	{ font-size: 10px; color: #000080; text-decoration: none }

body		{
			font-family: Verdana, Helvetica, sans-serif; 
			font-size: 13px;
			color: #000080;
			}
ul			{
			margin-top: 5px;
			margin-bottom: 0px;
			}
li			{
			font-size: 11px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: -20px;
			}
p			{
			font-size: 11px;
			padding-right: 10px;
			margin-top: 10px;
			margin-bottom: 0px;
			}
p.menu		{
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			color: #000080;
			margin-top: 0px;
			}
p.center	{
			text-align: center;
			}
p.contact	{
			font-size: 11px;
			text-align: center;
			font-weight: bold;
			margin-top: 0px;
			}
p.footer	{
			font-size: 10px;
			text-align: center;
			}
p.label 	{
			font-size: 11px;
			font-weight: bold;
			text-align: right;
			margin-top: 3px;
			}
p.labell	{
			font-size: 12px;
			font-weight: bold;
			}
p.labels 	{
			font-size: 10px;
			font-weight: bold;
			}
th		 	{
			font-size: 11px;
			font-weight: bold;
			text-align: right;
			}
td		 	{
			font-size: 11px;
			}

caption		{
			font-weight: bold;
			}

table.form		{
			background-color: #FFFFFF;
			border-color: #FFFFFF;
			border-style: solid;
			border-width: 1px;
			padding: 5;
			padding-right: 15px;			
			margin-bottom: 10px;
			}
input		{
			font-size: 10px;
			}
textarea	{
			font-size: 11px;
			font-family: Tahoma;
			}
select		{
			font-size: 10px;
			}
.white		{
			font-size: 10px;
			color: #ffffff;
			}

h1		{
		color: #000080;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 0px;
		}
h3		{
		color: #000080;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0px;
		}
h4		{
		color: #000080;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		}

div.pictureRight {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	}
div.pictureRight p {
	font-size: 11px;
	font-style: italic;
	color: #000066;
	margin-bottom: 3px;
	margin-top: 3px;
	}
div.pictureRight img {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	}
div.pictureLeft {
	float: left;
	width: 240px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	}
div.pictureLeft p {
	font-size: 11px;
	font-style: italic;
	color: #000066;
	margin-bottom: 3px;
	margin-top: 3px;
	}
div.pictureLeft img {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	}
