/* CSS Document */



body {
	margin: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
        text-decoration: none;   
        background-color: #000;
}

a:link, a:visited {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #cc3333;
	font-weight: bold;
        text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
        text-decoration: none;  
}

td a:link, td a:visited {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #cc3333;
	font-weight: bold;
        text-decoration: none; 
}

td a:hover {
	text-decoration: underline;
}

.awards {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
    text-decoration: none;   
	padding-top: 8px;
}

.copyright {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
    text-decoration: none;   
	padding-top: 8px;
}

.copyright a:link, .copyright a:visited {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
        text-decoration: none; 
		padding-top: 8px;
}

.copyright a:hover {
	text-decoration: underline;
}

hr {
	width: 75%;
	color: #cc3300;
}

.calendar {
	width: 100%;
	color: #808080;
}
