A:link {text-decoration: none; color: black}
A:visited {text-decoration: none;  color: black}
A:active {text-decoration: none;  color: #735A50}
A:hover {text-decoration: underline;  color: #735A50}      

body {
	font-size: 12px;
	font-family: verdana, arial;
}

body { 
scrollbar-3d-light-color : #d6d6d6; 
scrollbar-arrow-color : #735a50; 
scrollbar-base-color : #FFF7E7; 
scrollbar-dark-shadow-color : #735a50; 
scrollbar-face-color : #FFF7E7; 
scrollbar-highlight-color :#735a50; 
scrollbar-shadow-color : #735a50; 
} 

body {overflow-x:hidden;}
body {background-color: #FFFFFF}
body {color: #735A50}

font-face {
    	color: #735A50
	font-style: normal;
    	font-weight: normal;
}

td {
	font-size: 12px;
	font-family: verdana, arial;
}

/* header used for site title */
h1 {
	text-align: center;
	color: #735A50;
	font-size: medium;
}

/* headers used for title heads */
h2 {
	background-color: #FFF7E7;
	color: #735A50;
	border: 1px solid #735A50;
	padding: 3px; 
		
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}

