﻿body
{
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.bigfont
{
	font-size: 14px;
	color: #505050;
}

.smallfont
{
	color: #505050;
}

textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

A
{
	color: #841c1b;
	text-decoration: none;
}
A:active
{
	color: #841c1b;
	text-decoration: underline;
}

A:visited
{
	color: #841c1b;
	text-decoration: none;
}

A:hover
{
	background-color: #d0d0d0;
	color: #841c1b;
	text-decoration: underline;
}


h1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(/images/blue_header.png);
	color: black;
	margin-top: 4px;
	padding: 4px 4px 4px 8px;
	border-bottom: solid 1px #3774c5;
	border-right: solid 1px #3774c5;
	border-top: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
}

h2
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: Bold;
	color: #1A4982;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #000000;
}


/*************************************************/

.infobox
{
	margin: 4px 20px 4px 0px;
	padding: 8px 8px 8px 8px;
	font-size: 12px;
	font-style: italic;
	background-image: url(/images/box1.jpg);
	background-position: right;
	background-repeat: repeat-y;
	height: 100%;
	width: 400px;
	float: left;
	border: solid 1px #e0e0e0;
}

.infobox h4
{
	background-image: url(/images/blue_header_lite.png);
	text-align: left;
	font-size: 11px;
	font-weight: 700;
	color: #841c1b;
	padding: 4px 4px 4px 4px;
	margin-bottom: 0px;
}

.infobox UL
{
	margin-left: 6px;
	list-style-position: inside;
	list-style-type: square;
}

