@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../i/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	line-height: 175%;
	color: #808080;
}

/* remove firefox focus outline */
:focus {
  -moz-outline-style: none;
}

a:link {
	color: #eb5a24;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #eb5a24;
}

a:hover {
	text-decoration:none;
	color: #eb5a24;
}

a:active {
	text-decoration: none;
	color: #17976e;
	outline: none;
}

.style1 {
	color: #17976e
}
.style2 {
	color: #eb5a24
}

div#date_holder {
	width:100%;
	height:525px;
	text-align:center;
	bbackground-color:#993366
}

div#footer {
	margin-top:5px;
	margin-bottom:25px;
	text-align:center;
	bbackground-color:#00FFCC
}





