

html, body {
    font-family: arial, "trebuchet ms" , "Lucida Grande", Helvetica,  sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: #434343;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #C50005;
	scrollbar-darkshadow-color: #333;
	scrollbar-face-color: #333;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #999;
	scrollbar-track-color: #333;
	list-style-image:url(../images/arrow.jpg);
	list-style-position: outside;
}

a:link {
	text-decoration: none;
	color: #FF3300;	
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #990066;
}
a:active {
	text-decoration: none;
	color: #00CC99;
}


#top {
	width: 92%;
	height:35px;
	padding: 5px;
	background-image:url(../images/top40.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-right: 1px solid #C50005;
	border-left: 1px solid #C50005;
	font-size: 16px;
	text-align: right;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 2px;
	font-weight: bold;
	word-spacing: 2px;
}

#main {
	width: 92%;
	text-align: left;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-right: 1px solid #C50005;
	border-left: 1px solid #C50005;
}

#footer {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.9em;
	color: #EEEEEE;
	padding: 6px;
	font-size: 12px;
	background-image:url(../images/altbg.jpg);
	background-repeat:repeat-x;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 2px;
}

#alt {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	border-right: 1px solid #C50005;
	border-left: 1px solid #C50005;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 2px;
}


.img {
padding: 5px; background: #f6f6f6; border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-top: #eee; border-left: #eee;
display: block; margin: 4px 0;}


.brd {
border: 3px double #333; padding: 2px; background: #999;} 

.left { float: left; padding: 4px; }

.right { float: right; padding: 10px; background-color:#FFFFFF;}

.gri {
	color: #404A48;
	font-weight: bold;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}

.red {
	font-size: 16px;
	color: #D40204;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: 1px;
}