@charset "utf-8";
/* CSS Document */
<!--
BODY {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
p {	font-size:12px;}
li{	font-size:12px;}
td {	font-size:12px;}
h2{
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:2px;
	text-align:left;
}
h3{
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:#000000 dotted 1px;
}

.HeaderText {
	color:#FFFFFF;
	font-family: sans-serif;
	font-size:20pt;
	font-weight:400;
}
.HeaderText2 {
	color:#000000;
	font-family: sans-serif;
	font-size:16pt;
	font-weight:400;
}

.img {
	padding:3px; 
	margin:3px; 
	border:1px solid #333333; 	
}
.yellowHeading {
	color: #000033;
	font-weight: bold;
}
.imageLeft {
	border:1px solid #333333;
	float:left;
	margin:0 5px 5px 0;
	padding: 5px;
	color: #666666;
	font-size: 9px;
	text-align:center;
}
.imageRight {
	border:1px solid #333333;
	float:right;
	margin:0 0 5px 5px;	
	padding: 3px;
	color:#666666;	
	font-size: 9px;
	text-align:center;	
}
.caption{
	font-size:9px; 
	font-style:italic; 
	color:#666666;
}

.TabbedPanels {
	width: 610px;
}

.TabbedPanelsTab {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:25px;
	text-align:center;
}

hr {
	clear: left;
}
.pageSubHeader{
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:#000000 dotted 1px;
}

.pageHeader{
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:2px;
}




-->