@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	background-image:url(../images/main_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

body, td, div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

input {
	color: #000000;
}

li {
	list-style: square;
	margin-bottom: 10px;
}

a:link {
	color: #00CC00;
	text-decoration: none;
}

a:link, a:visited {
	color: #00CC00;
	text-decoration: none;
}
a:hover{
	color: #00FF00;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	
	color: #FFFFFF;
	font-family: NewsGoth Dm BT, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

