<!--
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: none;
	font-size: 12px;
	height: 100%;
	background-color: white; 
	border-bottom: 0px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}


.redleft { background-color: #000000; border-right: 3px solid white;}
.redright { background-color: #666666; }
.mid01 { background-image: url("gfx/mid01.jpg"); padding: 0; border-bottom: 2px solid white; border-right: 3px solid white; }
.mid02 { background-image: url("gfx/mid01.jpg"); padding: 0; }

#submain {height: 20px; width: 473px; background-color: #E1E1E1; border: 2px dotted #969696; }
#main {height: 20px; width: 473px; align: center; }


html, body {
	height:100%;
	}

a{ color: #5B0B07;	font-size: 11px; text-decoration: none;	font-weight: none; }
a:link{	color: #5B0B07;	font-size: 11px; text-decoration: none; font-weight: none; }
a:visited{ color: #5B0B07; font-size: 11px;	text-decoration: none; font-weight: none; }
a:hover{ color: #9A201A; font-size: 11px; text-decoration: none; font-weight: none; }

.menuheader {
 font-size: 10px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 120%;
 color: #ffffff;
 margin: 11px;
 padding: 0px;
}

.bigheader{
 font-size: 110%;
 color: #000000;
 font-weight: bold;
}

.mainframe{
padding: 2px;
}

.mainframe2{
padding: 10px;
}

#menutop{
    float:left;
	width: 100%;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	padding-left: 10px;
}

#sectionLinks{
	position: top;
	margin: 5px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 0px 12px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


label{
 font-family: Arial,sans-serif;
font size: 10px;
 font-weight: bold;
 color: #334d55;
}
.tlf {
	font-size: 11px;
	font-weight: bold;
}

.mtt {
	font-size: 13px;
	font-weight: bold;
	color: #fb0103;
	border-bottom: solid 1px #000000;
}

.legal {
	font-size: 10px;
	font-weight: bold;
	color: #fb0103;
}

.mtg {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #8d8d8d;
}


a.mt:link    { color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none; }
a.mt:visited { color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none; }
a.mt:hover   { color: #fb0103; font-size: 12px; font-weight: bold; text-decoration: none; }
a.mt:active  { color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none; }

a.mt2:link    { color: #000000; font-size: 12px; font-weight: bold; text-decoration: none; }
a.mt2:visited { color: #000000; font-size: 12px; font-weight: bold; text-decoration: none; }
a.mt2:hover   { color: #fb0103; font-size: 12px; font-weight: bold; text-decoration: none; }
a.mt2:active  { color: #000000; font-size: 12px; font-weight: bold; text-decoration: none; }

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:480px;
		height:659px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:480px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */


-->