

html, body  {
background-color:#FFFFFF;
color:#000000;
font: 10pt Verdana, Arial, sans-serif;
margin: 10px;
scrollbar-base-color:#5f5f5f;
}

.header {
background-color:#dddddd;
color: #38261A;
border: 1px solid #4D3728;
font-weight: bold;
}

.topbottomcell {
font-family: verdana;
font-size:10pt;
color: #FFFFFF;
}
.main {
font-family: verdana;
font-size:10pt;
background-color: #dddddd;
color: #000000;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
border: 1px solid #4D3728;
}


table {
	color: #2A2A1A;
	font-size: 10pt;
}


.textboxright {
padding: 10px;
font-size:10pt;
color: #000000;
font-weight: bold;
line-height: 1.5;
float: right;
width: 175px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px dotted #2A2A1A;
background-color: #b2b0b0;
}


.textboxleft {
padding: 10px;
font-size:10pt;
color: #000000;
font-weight: bold;
line-height: 1.5;
float: left;
width: 175px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px dotted #2A2A1A;
background-color: #b2b0b0;
}

ul, ol {
	color: #C4C4C4;
	line-height: 150%;
	font-size: 10pt;
	text-align: left;
}

ol {
	list-style-image: url('none');
	list-style-type: decimal;
}

ul, li {
	color: #C4C4C4;
	list-style-image: url('images/bullet.gif');
	font-size: 10pt;
	text-align: left;
	margin-right: 10px;
}

h1 {
	font-size: 16pt;
	color: #C4C4C4;
	text-align: center;
	background-image: url('images/h1.gif');
	padding: 2px;
	border: 1px solid #2F0404;
	width: 92%
}

h2 {
	font-size: 14pt;
	color: #3C0606;
	text-align: left;
	background-image: url('images/h2.gif');
	padding: 2px;
	border: 1px solid #2F0404;
	width: 92%
}

h3 {
	font-size: 12pt;
	color: #3C0606;
	text-align: left;
	background-image: url('images/h3.gif');
	padding: 2px;
	border: 1px solid #2F0404;
	width: 92%
}

a:link {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
} 

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DFC16F;
}
a:active {
	text-decoration: none;
	color: #000000;
	background-color: #DFC16F;
}


#LeftNav {
	color: #979797;
	font: bold 10pt Verdana, Arial, sans-serif;
	text-align: right;
	vertical-align: top;
	margin-left: 3px;
	
}

#LeftNav p{
	color: #000000;
	font: bold 10pt Verdana, Arial, sans-serif;
	margin-left: 3px;
	
}

#LeftNav a:link {
	color: #000000; 
	display: block;
	background-color: transparent; 
	text-decoration: none;
	text-align: center;
	background-image: url('images/but1.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}
 
#LeftNav a:visited {
	color: #332f2e; 
	display: block;
	background-color: transparent; 
	text-decoration: none;
	text-align: center;
	background-image: url('images/but3.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}

#LeftNav a:hover {
	color: #545252; 
	display: block;
	text-decoration: none; 
	text-align: center;
	background-image: url('images/but2.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}

#LeftNav a:active {
	color: #FFFFFF; 
	display: block;
	text-decoration: none;
	text-align: center; 
	background-image: url('images/buthov.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}


.Copyright {
	text-decoration: none;
	color: #000000;
	background-color:
}