@charset "utf-8";
/* CSS Document */


/* Body Of The Page */
body{
	background-color:#000000;
	color: #000000;
}


/* Heading Styles */

h1{
	color:#FFC;
	font-weight: bold;
	font-size: 200%;
	font-family: Papyrus, "MS Sans Serif";
}


h2{
	color: #FFC;
	font-family: "Papyrus, MS Sans Serif, Arial";
	font-weight: bold;
	font-size: 150%;
}


h3{
	color:#FFC;
	font-family:"Papyrus,MS Sans Serif, Arial";
	font-weight:bold;
	font-size:100%;
	
	
}


/*-- Paragraph Styles --*/
p{
	color="#FFC";
	font-family: "Papyrus, MS Sans Serif, Arial";
}


 Table Definitions  
 
.tableheader{
	width: 100%;
	border: 0;
    cellspacing: 1;
	cellpadding: 1;
	font-family: "MS Sans Serif, Arial";
	font-size: 36px;
	color: #FFC;
}

.tablemenu{
	text-align:center;
	border: none;
	color: #FFC;
	font-size: 18px;
	cell-padding: 5;
	cellspacing: 3;
	font-family: "Century Gothic", "Century Schoolbook";
}

.menu-border{
	border: 0;
	border-color: #000000;
}


/*-- Link Styles  --*/

a{
	color: #FFC;
	font-family: "MS Sans Serif, Arial";
	font-size: 10px;
	border: none;
	border-color: #000000;
}

a:hover{
	color: #FF9
	border: none;
	border-color: #000000;
}

a:visited{
	color: #FFC;
	border: none;
	border-color: #000000;
}


/* -- DIVISONS Styles  --*/

#header {
	font-family: "Papyrus,MS Sans Serif, Arial";
	font-size: 36px;
	color: #FFC;
}


#flashcontent{
   align="center" ;
}

#footer{
	color: #FFC;
	font-family: "Century Gothic", "Century Schoolbook", "Arial";
	font-size: 10px;
}
	
#intro{
	text-align:center;
	font-family: "Century Gothic", "Century Schoolbook", "Arial";
	font-size: 15px;
	color: #FFC;
}
