/* CSS Document */
.style1 {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}
.main a:link {
	font-weight: bold;
	color: #442611;
	text-decoration: none;
}
.main a:visited {
	font-weight: bold;
	color: #442611;
	text-decoration: none;
}
.main a:hover {
	font-weight: bold;
	color: #442611;
	text-decoration: underline;
}
.main a:active {
	font-weight: bold;
	color: #442611;
	text-decoration: none;
}
.smallwhite a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font: 9 px;
}
.smallwhite a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font: 9 px;
}
.smallwhite a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font: 9 px;
}
.smallwhite a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font: 9 px;
}


html { 
scrollbar-arrow-color:#000000; 
scrollbar-track-color:#C30000; 
scrollbar-face-color:#FFFFFF; 
scrollbar-highlight-color:#FFFFCC; 
scrollbar-3dlight-color:; 
scrollbar-darkshadow-color:; 
scrollbar-shadow-color:; 
} 
.body {
	font-size: 12;
	color: #442611;
	font-family: Tahoma;
}