body {
	background:#000002 url(/background.jpg) repeat fixed center;
	background-image:url(/background.jpg);
	background-repeat:repeat; 
	background-attachment:fixed;
	background-position:center;
	background-color:#000002;
	color:#FFFFFF;
	font-family:Verdana,sans-serif,Arial;
	font-size:12pt;
	margin:0pt;
	padding:0pt;
	text-decoration:none;
	text-transform:none;
	cursor: default;
}

form {
	padding: 1;
	margin: 0;
	display: inline;
}

.upper {
text-transform: uppercase;
}

#header {
	width:619px;
	height:132px;
}

a, a:link {
	text-decoration:none;
	cursor: pointer;
}

a:hover {
	text-decoration:underline;
	cursor: pointer;
}

#header {
	background: url(/fatlogo.gif) no-repeat scroll center;
}

#leftframe {
	background:#000000 url(/leftframe.jpg) no-repeat scroll center bottom;
	border: 2px solid #BCAE14;
}

#rightframe {
	background:#000000 url(/rightframe.jpg) no-repeat scroll center bottom;
	border: 2px solid #BCAE14;
}

#announces {
	background-image: url(/xline.gif);
	background-position:center top;
	background-repeat:repeat-x;
}

#mainnew {
	border: 2px solid #BCAE14;
	background-image: url(/new.png);
	background-position:right 3%;
	background-repeat:no-repeat
}

#mainborders {
	border: 2px solid #BCAE14;
}

a, a:link, a:visited {
	color:#E9E9E9;
	cursor: pointer;
}

a:hover {
	color:#FFFF00;
	cursor: pointer;
}

*::-moz-selection {
	background:#FFFFFF;
	color:#000000;
}

*::selection {
	background:#FFFFFF;
	color:#000000;
}

body, td {
	font-family:Verdana,sans-serif,Arial;
	font-size:12px;
}

textarea {
	font-family:Verdana,sans-serif,Arial;
	background-color:#000000;
	border:1px solid #626111;
	border-left:2px solid #626111;
	border-right:2px solid #626111;
	color:#FFFFFF;
	font-size:11px;
}

textarea:hover {
	background:#202020;
}

input, button, select {
	background-color:#000000;
	border:1px solid #626111;
	border-bottom:2px solid #626111;
	border-top:2px solid #626111;
	font-size:11px;
	color:#FFFF00;
}

select {
	cursor: pointer;
}

input:hover, input:focus, select:hover, select:focus {
	background:#202020;
}

a img {
	filter:none;
	border:3px double #404040;
	cursor: pointer;
}

a:hover img {
	filter:none;
	border:3px double #FFFF00;
	cursor: pointer;
}

