body {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
	font-style: normal;
	color: #CCCCCC;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	}
	
.title {
	font-size: 16px;
	font-weight: bold;
	}
	
.subtitle {
	font-size: 13px;
	font-weight: bold;
	}
	
/* LINKS */
	
a {
	color: #FFCC00;
	text-decoration: none;
	}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
	}

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

/* MENU STYLES */
	
.menu {
	color: #666666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-left: 35px;
	}
	
.menu a:link {
	text-decoration: none;
	color:#666666;
	}

.menu a:hover {
	text-decoration: none;
	color: #DDDDDD;
	}

.menu a:visited {
	text-decoration: none;
	color:#666666;
	}
	
/* EXTRAS */
	
.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #CCCCCC;
	}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	}
