body{
	background-color: #000000;
	color: #666666;
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11pt;
}

.header{
	font-size: 16pt;
	color: #666666;
}

.largetext{
	font-size: 48pt;
	color: #FFFFFF;
}

.bodytext{
	font-size: 16pt;
	color: #47A3FF;
}

.smalltext{
	font-size: 12pt;
	color: #47A3FF;
}

.tinytext{
	font-size: 10pt;
	color: #FFFFFF;
}


.smallertext{
	font-size: 10pt;
	color: #88BAFA;
}

.whitetext{
	font-size: 12pt;
	color: #FFFFFF;
}

.whitetitle{
	font-size: 16pt;
	color: #FFFFFF;
}

.whitesubtitle{
	font-size: 14pt;
	color: #FFFFFF;
}


#wrapper{
	width: 850px;
	background-color: #000000;
}

#content p{
	width: 72%;
	margin: 10px;
}

.leftimage{
	float: left;
}

.rightimage{
	float: right;
	margin: 10px;
}

.indextext{
	font-family:Monotype Corsiva;
	font-size: 24pt;
	color: #666666;
}

A:link	{
	text-decoration: none;
	color: #666666;
}	
		
A:visited  {	
	text-decoration: none;
	color: #666666;
}	
		
A:active  {
	text-decoration: none;
	color: #666666;
}	
		
A:hover	{
	text-decoration: none;
	color: #0000D0;
}

