﻿body, table, tr, td, select, form, text, input, textarea
{
	font-size: 10pt;
	font-family: Verdana, Garamond, Arial;
}
body
{
	margin: 0;
	padding: 0;
	
}

h1, h2, h3, h4,  h6
{
	margin: 0;
	padding: 0;
}



H1
{
	font-size: 12pt;
	color: #ff0000;
	font-style: italic;
	font-family: Georgia, Verdana;
}

H2
{
	font-size: 11pt;
	color: #ff0000;
	font-family: Georgia, Verdana;
	
}

H3
{
	font-size: 12pt;
	color: White;
	font-weight: normal;
	font-family: 'Comic Sans MS';
}

H5
{
	font-size: 10pt;
	COLOR: #ff0000;
	font-family: Georgia, Verdana;
	
}

H6
{
	font-size: 10pt;
	color: #ff0000;
	font-weight: normal;
	font-family: 'Comic Sans MS';
}


div.clearFix
{
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}


/*nnnnnnnnnnnnnn*/


div.outerwrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 827px;
	background-color: Black;
	color: silver;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
}


div.outerwrapper a:link
{
	color: silver;
	text-decoration: none;
}

div.outerwrapper a:visited
{
	color: silver;
	text-decoration: none;
}

div.outerwrapper a:hover
{
	color: #ff0000;
	text-decoration: underline;
	cursor: hand;
}


div.MainContent
{
	 PADDING-TOP: 10px; padding-bottom:10px;
	font-size: 10pt;
	
}

div.MainContent Span
{
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px;  PADDING-TOP: 10px; 
}





div.LeftMainContent
{
	WIDTH: 192px; PADDING-TOP: 10px; padding-bottom:10px;
	font-size: 10pt;
	
}

div.LeftMainContent Span
{
	/*PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px;  PADDING-TOP: 10px; */
}





div.BottomMainContent
{
	WIDTH: 99%; PADDING-TOP: 2px; padding-bottom:2px;
	font-size: 2pt;
	
}



.accordionHeader
{
	cursor: pointer;
	font-size: 11pt;
	color: #ff0000;
	font-family: Georgia, Verdana;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	padding-top: 5px;
}

.accordionContent
{
	
	padding: 20px;
	
}

.accordionLink
{
	color: #ff0000;
}

.hr
{
	height: 1px;
}