
BODY { 
scrollbar-base-color: #F4F1CA; 
scrollbar-arrow-color: #FDE2C7; 
scrollbar-track-color: ''; 
scrollbar-shadow-color: ''; 
scrollbar-highlight-color: ''; 
scrollbar-3dlight-color: ''; 
scrollbar-darkshadow-Color: ''; 
background-color: #FFFFFF; 
}
a { text-decoration: none; }
a:hover { color: #815681; } 
p, body, li {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	line-height: 20px;
} 
td {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	padding: 0px;
} 
h1{
	font: 18px/20px Trebuchet MS; /*padding-top: 5px; */
	color: #fff;
	padding: 5px 0 5px 0;
	background-color: #754e75;
}
h2 {
	font: 18px/20px Trebuchet MS;
	color: #754e75;
}
.main {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
}
.darklink {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
} 
.nav {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #efe8e2;
	background-image: url(../images/navback.jpg);
	/*background-color: #502E50;*/
	background-repeat: repeat-x;
	width: 750px;
	height: 23px;
	padding-top: 3px;
	text-align: center;
}
.nav a {
	text-decoration: none;
	color: #efe8e2;
	/*border-right: 1px dotted #efe8e2;*/
	padding-right: 20px;
	padding-left: 22px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.nav a:hover {
	color: #999999;
}
.footer {
	color: #333300;
	font-family: "Trebuchet MS";
	font-size: 9px;
} 
.maroon { color: #790000; font-weight: bold; }
.error{
	padding:5px;
	margin:5px; 
	background-color:#FAE4E4; 
	border:1px solid #FF0000;
	font-weight:bold; 
	color:#FF0000; 
	text-align:center
	}