﻿#container
{	
	background-color:#E6E6FF;

}

#menu
{	float:left;
	padding:0;
	margin:0;
	list-style:none;
	width:30ex;
	position:relative;left:1px;  /* This is Tantek hack					*/
	voice-family: "\"}\"";	     /* http://tantek.com/CSS/Examples/boxmodelhack.html	*/
	voice-family:inherit;	     /* We need to use left:1px because IE draws box incorrectly*/
	left:0;			   
}

html > body {left:0;}		     /* This is "be nice to Opera 5" part of Tantek hack	*/

#menu li {padding:0 1ex;}

#content
{
	background-color:#FFFFFF;
	color:#000;
	margin-left:20ex;/* same as width + left and right padding of #menu*/

	padding:0.4em;
	height: 400px;
	overflow: auto;
}

#footer2 {
	clear:both;
	margin-top:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000cc;	
	}
	
.footer {
  padding-top: 10px;
  text-align: center;
  clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000cc;

}

.heading {
  text-align: center;
}


.separator {
	background-color: #6699FF;
	height: 3px;
}

.blank {
	background-color: #FFFFFF;
	height: 10px;
}

.blank5 {
	background-color: #FFFFFF;
	height: 5px;
}

.textHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #640096;
}
.textHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #640096;
}	
.textHeader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #640096;
}
.textBody {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	margin-left: 0px;
	text-align: left;
}.textHeader0 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #640096;
}
.textHeader4 {

	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #640096;
}
.tableHeader3 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #640096;
}
.tableHeader2 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #640096;
}
.textBodyRedBold {
	font-family: Tahoma;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}
.textBody2 {

	font-family: Tahoma;
	font-size: 11pt;
	color: #000000;
}
.textBody2Bold {
	font-family: Tahoma;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.textHeader3Blue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0033FF;
}
.textBodyGreenBold {
	font-family: Tahoma;
	font-size: 10pt;
	color: #009900;
	font-weight: bold;
}
.textBodyBoldBlue {
	font-family: Tahoma;
	font-size: 10pt;
	color: #0066FF;
	margin-left: 0px;
	text-align: left;
	font-weight: bold;
}
