h1, h2, h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
h1 { ruby-overhang: whitespace; }

p, a, body, ul, li, td  {
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body  {
	border-width: 0;
	background-color: #FFCC99;
	background-image: url(images/frame_background2.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 0px;
	border-bottom-width: 0px;
	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  { border-left: 10px solid #FFFFCC; }


.right {
	text-align: right;
}

#button {
	width: 120px;
	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;
		}
