body {
	background-image: url('/images/bcg.jpg');
	background-repeat: repeat;
	background-color: #f7e8c6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	scrollbar-face-color: #a9976b;
	scrollbar-highlight-color: #e2d3af;
	scrollbar-3dlight-color: #e2d3af;
	scrollbar-darkshadow-color: #e2d3af;
	scrollbar-shadow-color: #e2d3af;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #e2d3af;
}

body, table, td, tr {
	font-family: arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	cursor: default;
}


A:link { color:#000000;  text-decoration:none; }
A:visited { color:#000000; text-decoration:none; }
A:active { color:#000000; text-decoration:none; }
A:hover { color:#000000; font-weight:bold; text-decoration:none;}


.top {font-family: arial;
font-weight: bold;
font-style: normal;
font-size: 14px;
color: #000000; 
text-align: left;
text-transform: none;
letter-spacing: 1px;
border-bottom: 2px dashed #a9976b;
}

b,i,u { color:#000000; font-size: 12px;}

input, textarea, select {
	background-color: #e2d3af;
	border: none;
	color: #000000; 
}


a.link {    background-color: transparent;
	margin:1px;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 100px;
	height: 12px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: default;
	display: block;
	text-transform: none;
	padding-right:3px;
	border-left: 5px solid #a9976b; 
	
}

a.link:hover{	background-color: transparent;
	margin:1px;
	padding-top:3px;
	padding-bottom: 3px;
	width: 93px;
	height: 12px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dashed #000000;
	color: #000000;
	text-decoration: none;
	cursor: default;
	display: block;
	text-transform:uppercase;
	padding-right:3px;
	border-left: 5px solid #000000; 
		
 }
 






