body
{
	margin-top: 20pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font: 11pt Verdana, Tahoma, Arial;
	color: #003333;
}


#mainbody
{
	width: 700px;
  	margin-left: auto;
  	margin-right: auto ;
}

table.parent
{
	background: #ffffff;
	font: Verdana, Tahoma, Arial, san-serif;
}
table.images
{
	background: #003333;
}

table.title
{
	background: #ffffff;
	color: #003333;
	font-size: 16pt;
}

tr.header
{
	color:	#fff;
	background: #003333;
	font-size: 12pt;
}

tr.sectionhead
{
	
	font-size: 14pt;
	color:	#003333;
	background: #fff;
	font-weight: bold;
}

tr.sectiondata
{
	
	font-size: 10pt;
	color:	#003333;
	background: #fff;
}

tr.sectionsep
{
	
	font-size: 8pt;
	color:	#003333;
	background: #fff;
	font-weight: bold;
}

tr.footer
{
	
	font-size: 8pt;
}

tr.question
{
	font-size: 10pt;
	color:	#003333;
	background: #fff;
}

a.link
{
	color: #003333;
	text-decoration: underline;
}

a.link:hover
{
	text-decoration: underline;
}

a.septop
{
	color: #003333;
	text-decoration: none;
}

a:hover.septop
{
	text-decoration: underline;
}

a.footer
{
	color: #003333;
	text-decoration: none;

}

a:hover.footer
{
	color: #003333;
	text-decoration: underline;

}

#tabs
{
	position: relative;
	top: 0px;
	left: 0px;
	background: url("tabs.png") no-repeat left bottom; 
	width: 650px;
	height: 35px;
}

#tabs ul
{
	position: relative;
	top: 10px;
	left: -65px;
	font-size: 9pt;
	list-style: none;
}

#tabs li
{
	display: inline;
	padding: 30px;
}

#tabs a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#tabs a:hover
{
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

#subnav
{
	width: 150px;
	background: #fff;
	font-size: 8pt;
}

#subnav ul
{
	position: relative;
	top: 10px;
	left: -10px;
	font-size: 9pt;
	list-style: none;
}

#subnav li
{
	padding: 5px;
}

#subnav a
{
	text-decoration: none;
	color: #003333;
	font-weight: normal;
}

#subnav a:hover
{
	text-decoration: underline;
	color: #003333;
	font-weight: normal;
}

img.thumb
{
	border: 2px solid #ccc;
	cursor: hand;
}
/*
#container 
{
	width:620px;
	background-color:#ffffff;
	margin:1em auto;
}
 */
.hoverdiv 
{
	background-color:#ccc;
	padding:2px;
	margin:5px;
	float:left;
	width:620px;
}
.hoverdiv:hover 
{
	background-color: #ff9933;
}

.hoverdiv a:link 
{
	color:#003333;
	text-decoration:none;
}

.hoverdiv a:visited  
{
	color: #003333;
	text-decoration:none;
}

.hoverdiv a:focus, .hoverdiv a:hover, .hoverdiv a:active 
{
	color: #003333;
	text-decoration:underline;
}


