



.subnav {
	background-image: url(images/subnav_bar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:22px;
	margin-top:-3px;
	font-weight:bold;
	padding-left: 10px;
	overflow:hidden;
	font-size:9pt;
	padding-top:0px;
}


.subnavnoFlash {
	background-image: url(images/subnav_bar_noflash.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:22px;
	margin-top:-3px;
	font-weight:bold;
	padding-left: 10px;
	overflow:hidden;
	font-size:9pt;
	padding-top:0px;
}


.subnav a{
	color:black;
}

.subnav a:hover{
	color:#3366CC;
}



.title {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:24px;
	padding-left:10px;
	font-weight:bold;
	padding-top:5px;
	overflow:hidden;
	font-size:12pt;
}
.instructiontitle {
	background-image: url(images/instruction_title.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:25px;
	padding-left:10px;
	font-weight:bold;
	overflow:hidden;
	font-size:12pt;
}
.contentTop {
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:8px;
	overflow:hidden;
}

.content {
	background-image: url(images/content_span_white.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width:740px;
	height:auto;
}
.contentInner {
	background-image: url(images/content_span.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	padding-left:10px;
}

.contentBottom {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:4px;
	overflow:hidden;
}
.footerTop {
	background-image: url(images/footer_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:4px;
	overflow:hidden;
	margin-top:4px;
}

.footer {
	background-image: url(images/footer_span.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width:740px;
	height:auto;
	padding-left:10px;
	
}

.footer td {
	font-size:8pt;
}

.footerBottom {
	background-image: url(images/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:740px;
	height:4px;
	overflow:hidden;
}

.tableHeaderBG {
	background-color: #eeeeee;
}