h1, h2, h3, h4, h5, h6  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
h4, h5, h6  {
	color: #000066;
}
p, a, body, ul, li, td  {
	color : #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1  {
	padding-right: 40px;
	padding-left: 40px;
}

body  {
	margin: 25px 0px 0px 0px;
	border-width: 0;
	background-color: #FFCC99;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	scrollbar-face-color: #FFCC66;
	scrollbar-shadow-color: #FFFFCC;
	scrollbar-highlight-color: #FFFF33;
	scrollbar-3dlight-color: #CC0000;
	scrollbar-darkshadow-color: #003399;
	scrollbar-track-color: #FFFFCC;
	scrollbar-arrow-color: #660000;
	background-attachment: fixed;
	scrollbar-base-color: #CC0033;
}

a:link  {
	color: #003399;
	text-decoration: underline;
}

a:visited  {
	color: #990000;
	text-decoration: underline;
}

a:hover  {	
    color: #CC0000;
}

a:active  {
	color: #660000;
	background-color: #FFCC66;
	text-decoration: none;
}

.cur  {
background-color: #FFFF99;

}
.right {  text-align: right}

.tl {
	background-image:  url(images/frame_background_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.tr {
	background-image:  url(images/frame_background_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#cur  { border-left: 10px solid #FFFFCC; }

#button {
	width: 150px;
	padding: 0 0 0 0;
	margin-bottom: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #FCC772;
		margin: 0;
		}
	
	#button li a {
		display: block;
		padding: 3px 3px 3px 3px;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		color: #c00;
		background-color: #ffc;
		}
