/* CSS Document */

body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #CCCCCC;
}

.red
{
	color: #FE0000;
}

.blue
{
	color: #0F0896;
}

li
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	margin-top: 25px;
	margin-bottom: 25px;
}

#divSectionContent li
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bolder;
}


ul.left
{
	text-align: right;	
}

ul.right
{

}


a:active
{
	color: #CCCCCC;
	text-decoration: none;
}

a:link
{
	color: #CCCCCC;
	text-decoration: none;
}

a:visited
{
 	color: #CCCCCC;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

span.big_red
{
	font-size: xx-large;
	font-weight: 900;
	color: #990000;
}

span.imageDesc
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: smaller;
	text-align: center;
}



