/* CSS Document */

body 
{
	font-size: 14pt; 
	font-weight: bold;
   font-family: Verdana;
}

.navigation 
{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.header
{
		text-align: center;
		color: #fff;
}

.footer 
{
		text-align: center;
		font-size: 8pt;
		color: #fff;
}

A 
{	
  text-decoration: underline;
  color: #ffffff; 
}

A:hover 
{
  text-decoration: underline;
  color: #66ccff;
}

#flashcontent 
{
		font: 12px Verdana;
		text-align: center;
		color: #fff;
}

#flashcontent a 
{
		font-weight: bold;
		color: #fff;
		text-decoration: none;
}
	
#flashcontent a:Hover 
{
		font-weight: bold;
		color: #f00;
}
