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  {
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;
}
