/*
Default style sheet
 */

BODY 
{
	background-color: #000000;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	margin-left: 10px;
	margin-top: 0px;
} 

TD, TH, TABLE
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-weight: 500;
	background-color: transparent;
	border-width : 0px;
} 

FRAME, FRAMESET
{
	border : thin solid #000000;
}

H1, H2, H3, H4 
{
	font-family: "Final Frontier", Helvetica, Arial, sans-serif;
	color: #FF3333; 
	background-color: transparent;
} 

H1, H2
{
	text-align: center;
}

IMG
{
	border : 0px none;
}

DIV,  P,  BLOCKQUOTE,  LI
{
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-weight: 500;
color: #CCCCCC;  
background-color: transparent;
}
 
A:link  { color: #FF3333;   background-color: transparent;}
A:visited { color: #FF3333;   background-color: transparent;}
A:active  { color: #FF3333;   background-color: transparent;}
A:hover {color: #33FF99;  background-color: transparent;}
TABLE   A:link  { color: #FF3333;   background-color: transparent;}
TABLE   A:visited { color: #FF3333;   background-color: transparent;}
TABLE   A:active  { color: #FF3333;   background-color: transparent;}
TABLE	A:hover {color: #33FF99;  background-color: transparent;}


DIV
{
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	background-color: transparent;
}

DIV.warning
{
	font-size: 75%;
	text-align: justify;
}

DIV.fastcounter
{
	text-align: center;
	font-size: 75%;
}

DIV.disclaimer
{
	text-align: justify;
	font-size: 75%;
}

DIV.blurb
{
	text-align: justify;
	font-size: 80%;
}

DIV.titles
{
	text-align: center;
	font-size: 100%;
	padding: 10px;
}

DIV.guide
{
	text-align: center;
	padding: 15px;
}

TABLE.contents
{
	background-color: transparent;
	font-size: 100%;
}

TH {
	color: #FF3333; 
	background-color: transparent;
	font-size: 120%;
	}

TD.contents
{
	background-color: transparent;
	font-size: 80%;
	width: 100px;
}

TD.menu
{
	background-color: #000000;
	font-size: 80%;
	width: 100px;
	font-weight : 700;
}

TD.break
{
	color: #FF3333; 
	background-color: transparent;
	font-size: 120%;
}

TD.menu2
{
	color: #333399;
	font-size: 75%;
	width: 50px;
	font-weight : 800;
	border: 2px #999999;
}

TABLE.book
{
	background-color: transparent;
	border : 5px ridge #FF3333;
	font-size: 120%;
}

EM.story
{
	font-size:110%;
	font-weight: 600;
	color: #CCCCCC;
}

STRONG.story
{
	font-family: "Final Frontier", Helvetica, Arial, sans-serif;
	color: #33FF99; 
	background-color: transparent;
}

SELECT {
	background-color : #FF3333;
	font-size : 70%;
}