body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, div
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	color: #c12729;
	font-size: 21px;
}

h2
{
	font-size: 18px;
	color: #667eaf;
}

h3
{
	font-size: 15px;
	color: #c12729;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	color: #667eaf;
}


a:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #c12729;
    TEXT-DECORATION: underline
}

a:link, a:visited, a:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #c12729;
    TEXT-DECORATION: none
}

/**** CONTENT AREA ********************************************************/

/**** Navigation ****/

td.leftNav
{
	width: 161px;
	border: solid 0px black;
	vertical-align: top;
}

td.rightNav
{
	width: 159px;
	border: solid 0px black;
	vertical-align: top;
}

/**** content ****/

td.contentCell
{
	width: 630px;
	padding: 0px 15px 15px 15px;
	border: solid 0px black;
	vertical-align: top;
}

td.contentArea
{	
	vertical-align: top;
	border: solid 0px black;	
}

div.contentArea
{
	width: 600px;
	vertical-align: top;
	border: solid 0px black;
	overflow: auto;
}

td.header
{	
	height: 25px;
	background-color: #667eaf;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}

div.contact
{
    FONT-SIZE: 10px;
    COLOR: #000000;
	text-align: right;
	padding: 0px 5px 15px 0px;
}

a.contact:link, a.contact:visited, a.contact:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
}

a.contact:hover
{
	text-decoration: underline;
}

/**** Copyright ****/

td.copyright, a.copyright:active, a.copyright:link, a.copyright:visited
{
	font-size: 10px;
	text-decoration: none;
	text-align:center;
	font-weight: normal;
	color: #000000;
	padding: 15px 0px 5px 0px;
}

a.copyright:hover
{
	font-size: 10px;
	text-decoration: underline;
}