a:link {
  color: #A34201;
  text-decoration: none;
}

a:hover{
  color: #7D3200;
  text-decoration: underline;
}
a:visited {
	color: #7D3200;
  	text-decoration: none;
}

BODY,TD,DIV,SPAN,P {
	font:bold 10pt tahoma;
	color: #090951;
	text-align: justify;
	}

body {
	background-image: url(images/background.jpg);
}


.heading {
	font-family: "tahoma";
	font-size: 14px;
	font-weight: bold;
	color: #953C00;
}
.subtitle {
	font-family: "tahoma";
	font-size: 12px;
	color: #953C00;
}
.highlight {
	font-family: tahoma;
	font-size: 12px;
	color: #953C00;
}
.submenu1 {
	font-family: "tahoma";
	font-size: 11px;
	color: #090951;

}

a.submenu1;hover {
	font-family: "tahoma";
	font-size: 11px;
	color: #090951;

}

.submenu2 {
	font-family: "tahoma";
	font-size: 10px;
	color: #953C00;
}
.copyright {
	font-family: "tahoma";
	font-size: 8px;
	font-weight: bold;
	color: #090951;
}

#sDiv { 
	width:405px;
	height:444px; 
	overflow-y:hidden; 
	overflow-x:hidden; 
	border:0px solid black; 
	padding:15px; 
	}

#scrollBar { 
	position:absolute;
	background-color:#FFFFFF;
	height:5px; 
	border:1px solid #999999; 
	z-index:20; 
	}

#scrollBack {
	position:absolute;
	z-index:1; 
	background:#999999;
    border:0px solid #999999;
    border-top:0px;
    border-bottom:0px; 
	}

#scrUp { 
	position:absolute; 
	}

#scrDn { 
	position:absolute; 
	}

