<style>

	a:link{color: #5C2719; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; text-decoration: none} 
    a:visited{color:#5C2719; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none} 
    a:active{color: #5C2719; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none} 
    a:hover{color: #D34D28; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none} 
    a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #5C2719; text-decoration: none} 


BODY {SCROLLBAR-FACE-COLOR: #CC9966; 
      SCROLLBAR-HIGHLIGHT-COLOR: #5C2719; 
      SCROLLBAR-SHADOW-COLOR: #5C2719; 
      SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
      SCROLLBAR-ARROW-COLOR:#5C2719; 
      SCROLLBAR-TRACK-COLOR: #FFFFFF; 
      SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
      SCROLLBAR-BASE-COLOR: #FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 20px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #cc9966;
} 

#menu {
	background-image:  url("images/bg_menu.gif");
	background-repeat: repeat;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}

#main {
	background-image:  url(images/bg_main.gif);
	background-repeat: repeat;
	vertical-align: top;
	text-align: left;
	padding-top: 8px;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-right: 16px;
	background-position: right;
}

.balk {
	background-color: #CC9966;
}

.balk a:link{color: #000000; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none} 
.balk a:visited{color:#000000; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none} 
.balk a:active{color: #000000; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none} 
.balk a:hover{color: #000000; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none} 
.balk a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none} 


</style>
<script language="JavaScript">

function ExplorerFix() 
{ for (a in document.links) document.links[a].onfocus = document.links[a].blur; } 
if(document.all) document.onmousedown = ExplorerFix;
//
</script>

