﻿body
{
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	color: #292929;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/background.PNG) top left repeat-x;
}

.container
{
	width: 920px;
	margin: auto;
	margin-top: 0px;
	padding: 10px 25px 25px 25px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #c7ced5;
	background: #ffffff;
}
.footer_container
{
	width: 972px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

a:link
{
	color: #01428A;
}
a:visited
{
	color: #01428A;
}
a:active
{
	color: #01428A;
}
a:hover
{
	color: #507CD1;
}

.menu_style
{
	padding: 10px 25px 10px 10px;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
}

.menu_style a
{
	text-decoration: none;
	font-size: 10pt;
}

.menu_style ul
{
	font-weight: normal;
}
.pagetext
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}
.smallpagetext
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;
}
.largepagetext
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13pt;
}
.pagetitle
{
	font-family: Arial;
	font-size: 14pt;
	color: #225D92;
	height: 40px;
}
.pageheader
{
	font-family: Arial;
	font-size: 14pt;
	color: #006600;
	height: 40px;
	vertical-align: top;
	text-align: center;
}
.fieldsetlegend
{
	font-weight: bold;
	color: #006600;
	font-size: 12pt;
}

