<!--
body {
	background-color: #DCDCCC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.content
{
background-image:url(top_shadow.gif);
background-position:top;
background-repeat:repeat-x;
padding:15px;
}
.buttonoff
{
	border-bottom:1px solid #A63536;
	color:#A63536;
}
.buttonon
{
	border-bottom:1px solid #A63536;
	background-image:url(footer_bg.gif);
	color:#ffffff;
}
.menu
{
	background-image:url(top_shadow.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A63536;
	padding:15px;
}
a:link {
	color: #A63536;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A63536;
}
a:hover {
	text-decoration: underline;
	color: #A63536;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #A63536;
}
-->
UL.Section
{
	margin:0px;
	padding: 0px;
}

UL.Section LI
{
	margin:0px;
	padding:0px;
	WIDTH:100px;
	float: left;
}

UL.Section LI A
{
	height:22px;
	margin:0px;
	width:100px;
	text-align:center;
	padding: 3px;
	padding-left:10px;
	padding-right:10px;
	color: #ffffff;
	font-weight:bold;
}

UL.Section LI A:visited
{
	color:#ffffff;
}


UL.Section LI A:hover
{
	text-decoration:none;
	background-color: #ffffff;
	color:#A63536;
}

UL.Section LI UL
{
        display: none;
        position: absolute;
		margin-top:22px;
		margin-left:-103px;
}


UL.SubSection
{
        width: 120px;
        margin:0px;
        padding: 0px;
        display:none;
		background-image:url(top_shadow_menu.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#E9E9E9;
}

UL.SubSection LI
{
        margin:0px;
        padding:0px;
        display: block;
}

UL.SubSection LI UL
{
        display: none;
        position: absolute;
}

UL.SubSection LI A
{
        height:22px;
	margin:0px;
	width:120px;
	text-align:center;
	padding: 3px;
	padding-left:10px;
	padding-right:10px;
	color: #000000;
	font-weight:bold;
}




UL.SubSection LI A:visited
{
      
	color: #000000;
}
UL.SubSection LI A:hover
{
        background-color: #ffffff;
        color:#a63536;
}

UL.SubSection LI
{      
        float: left;
        width: 100%;
}




h2 {
	font-size: 12px;
	color: #6C6C4A;
}
.style2 {font-size: 25px}
h3 {
	font-size: 16px;
	color: #A63536;
}