body {
	font-family: Arial, Helvetica, sans-serif
	font-size: 14px;
	background: black url(images/bgfill.png) repeat-x;
	color: #CCCCCC;
	margin: 0px;
}

p {
	text-align: justify;
}

div#menu p {
	text-align: center;
}

a {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#wrapper {
	background: black url(../images/bgfill.png) repeat-x;
}

div#home {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFCC00;
}

td#main {
	font-family: Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 14px;
	color: #DDDDDD;
	background-color: #000000;
}



div#footer {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-top: 30px;
}

div#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
div#footer a:active {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
div#footer a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

div#footer a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}

