/* This style written by Gary Childress  */

.head	{
		font-size : 300%;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}
.head2	{
		font-size : 200%;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}
.head3	{
		font-size : 150%;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}
.sub-head	{
		font-size : large;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}
.plus	{
		font-size : 120%;
}
.minus	{
		font-size : 80%;
}

H1  {
	font-size : 200%;
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	color : #ffcc00;
}

H2  {
	font-size : 175%;
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	color : #ffcc00;
}

H3  {
	font-size : 120%;
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	color : #ffcc00;
}
BLOCKQUOTE	{
	font-weight : bold;;
}
.menu {
	font-weight : bold;
	color : #ffffff;
	hover : #FF0000;
}
A  {
	color : #ffcc00;
}

A:Visited  {
	color : #ffcc00;
}

A:Active  {
	color : #ffccoo;
}

A:Hover  {
	color : #ffcc00;
}

BODY  {
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #0c0900;
	background : url('images/bg.gif');
	margin-top : 0px;
	margin-left : 0px
	scrollbar-arrow-color: #72490d;
	scrollbar-base-color: #ffcc00;
	scrollbar-shadow-color: #72490d;
	scrollbar-highlight-color: #CC9900;
	scrollbar-3dlight-color: #cc9900;
	scrollbar-dark-shadow-color: #72490d;
	scrollbar-track-color: #0c0900;
}

.cursor	{
	cursor : ne-resize;
}