body
{
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	color: #000000;
	margin: 0px;
}

body,td
{
	font-family: verdana, arial, sans-serif;
}

table.main
{
	width: 100%;
}

table.mainbody
{
	margin: 5px;
}

table.footerbody
{
	margin: 5px;
	text-align: center;
}

h1
{
	font-size: 12pt;
	font-family: arial, sans-serif;
	background-color: #FFFFFF;
	color: #006699;
	margin-top: 12px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	border-bottom: 1px solid #006699;
}

td.content
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

td.contentheader
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

td.footer
{
	color: #666666;
	padding: 0px;
	margin: 0px;
}

td.linkbar
{
	background-image: url('../images/h2bg.gif');
	background-color: transparent;
	color: #FFFFFF;
	padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px;
}

td.linkbarmap
{
	background-image: url('../images/h2bg.gif');
	background-color: transparent;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
	margin: 0px;
}

p
{
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 18px;
}

.txt
{
	font-size: 8pt;
	line-height: 18px;
}

ul
{
	margin-top: 0px;
}

li
{
	list-style: url(../Images/bullet.gif);
	font-size: 8pt;
}

a
{
	color: #006699;
	font-weight: bold;
	font-size: 8pt;
}

a:hover
{
	text-decoration: none;
}

a.link
{
	color: #FFFFFF;
	background-color: transparent;
}

input
{
	color: #006699;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 150px;
}

input.radio
{
	width: 15px;
}

input.button
{
	background-color: #006699;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 90px;
	height: 25px;
}

select
{
	color: #006699;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

textarea
{
	color: #006699;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}