.menu
{
	width:100%;
	position:relative;
	background: #FFFFFF;
	}
	
.menu ul
{
	list-style-type: none;
	text-align: center;
	font-family: "Arial black";
	font-size:10pt;
	margin: 0;
	padding:0; 
	}

.menu li a {
	margin: 0;
	float:left;
	display: block;
	margin: 0;	
	border-left-style:solid; 
	border-left-color:#666666;/*right divider between tabs*/
	border-left-width:1px; 
	color:#000;
	padding:0px 2%; /*padding inside each tab*/
}

	
.menu li a:link {
	color: #333333;
	text-decoration: none;
}

.menu li a:visited {
	color: #999;
	text-decoration: none;
}

.menu li a:hover {
	color: #000000;
	text-decoration: underline;
}

.menu li a:active {
	color: #666;
	text-decoration: none;
}

.sectionHead	
	{
	position: relative;
    width: 90%;
    text-align: left;
    background:none; 
    color: #AF0000;
	left: 0px;
	font-family: "Arial black";
	font-size:12pt;
	line-height: 16pt; 
	}
	
.sectionBody	
	{
	position: relative;
	text-align: left;
	width:100%;
	border: 0px;
	color: #000000;
	left: 0px;
	font-family: "Arial";
	line-height: 16pt;
	}
	
.sectionBodySmall	
	{
	position: relative;
	text-align: left;
	width:100%;
	border: 0px;
	color: #000000;
	left: 0px;
	font-family: "Arial";
	font-size: 10pt;
	line-height: 12pt;
	}
.caption	
	{
	position: relative;
	text-align: left;
	width:100%; 
	border: 0px;
	color: #000000;
	left: 0px;
	font-family: "Arial";
	font-size:7pt;
	line-height: 8pt;
	}
	
.img100
{
	float:right;
	width:100px;
	clear:right; 
	}

.img50
{
	float:right;
	clear:right; 
	width:50px;
	}
	
.img0
{
	float:right;
	clear:right; 
	width:0px;
	}
