A:Link, A:Active, A:Visited {
	cursor: help;
	text-decoration:none;
	color: #f9af02;
	font-family: Garamond;
	font-size: 13px;
	letter-spacing : 2px;
}

A:hover	{
	cursor: help;
	text-decoration:none;
	color: #f9e620;
	font-family: Garamond;
	font-size: 13px;
	letter-spacing : 2px;
}


body, table {
	background-color:#af0001;
	scrollbar-face-color: #e84d42;
	scrollbar-highlight-color: #af0001;
	scrollbar-shadow-color: #af0001;
	scrollbar-3dlight-color: #af0001;
	scrollbar-arrow-color: #af0001;
	scrollbar-track-color: #af0001;
	scrollbar-darkshadow-color: #af0001;
	font-size: 11px;
	font-family:Georgia, Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:#200001;
	text-align : justify;
	margin : 0px 0px 0px 0px;
}

#content {
	background-color: #e84d42;
	border : 0px;
}


#navi A  {
	cursor: help;
	text-decoration:none;
	color: #e84d42;
	font-family: Garamond;
	font-size: 14px;
	border-left : 3px solid #e84d42;
	border-right : 3px solid #e84d42;
	letter-spacing : 2px;
	padding-left : 8px;
	padding-right : 8px;
}

#navi A:hover {
	cursor: help;
	text-decoration:none;
	color: #e84d42;
	font-family: Garamond;
	font-size: 14px;
	border-left : 3px solid #ff903f;
	border-right : 3px solid #ff903f;
	letter-spacing : 2px;
	padding-left : 8px;
	padding-right : 8px;
}




h1 {
	font-size: 15px;
	font-family: Times, Helvetica, sans-serif;
	font-weight: bold;
	color:#f9e620;
	letter-spacing : 2px;
	text-transform : uppercase;
	width : 420px;
	background-image : url(h1.gif);
	height : 20px;

}

h2 {
	font-style : italic;
	letter-spacing : 2px;
	font-size : 12px;
	border-bottom : 2px dotted #af0001;
	border-top : 2px dotted #af0001;
	line-height : 25px;
	width : 100%;
}

input, textarea, option, select {	background-color: #af0001;	font: 11px verdana;	color: #f9e620;	border: 1px solid #520002; }