/* Example style sheet file (note how this comment was created) */

BODY {
	background: #999999;
	color: #333333;
	font-family: verdana,arial;
	}

.footer {
	background: #999999;
	color: #ffffff;
	font-size: 9pt;
	font-family: verdana,arial;
	margin-top: 2px;
}

.highlight
	{
	color: #003366;
	}

.header {
	background: #999999;
	color: #ffffff;
	font-size: 9pt;
	font-family: verdana,arial;
	margin-top: 2px;
}

.indent {
	margin-left: 20px;
	margin-top: 0px;
}

.indent_right {
	margin-left: 20px;
	margin-top: 0px;
	text-align: right;
}

.hr_content {
	color: #333333;
	margin-left: 15px;
	height: 2px;
}

.p_content_8pt {
	color: #333333;
	font-size: 8pt;
	font-family: verdana,arial;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.p_content {
	color: #333333;
	font-size: 9pt;
	font-family: verdana,arial;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.p_content_indent {
	color: #333333;
	font-size: 9pt;
	font-family: verdana,arial;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.p_content_center {
	color: #333333;
	font-size: 9pt;
	font-family: verdana,arial;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	text-align: center;
}

.p_content_bullet {
	color: #333333;
	font-size: 9pt;
	font-family: verdana,arial;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.blue_sub_title {
	font-size: 10pt;
	font-family: verdana,arial;
	color: #003366;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.a_content {
	color: #333333;
}

.a_content:link {
	color: #333333;
	text-decoration: none;
}

.a_content:visited {
	color: #333333;
}

.a_content:hover {
	color: #993300;
}

/* content tags
*/
TD.td_title {
	background: #999999;
	color: #333333;
}

TD.td_content {
	color: #333333;
}

P.title {
	font-size: 10pt;
	font-family: verdana,arial;
	background: #999999;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
}

P.p_sub_title {
	font-family: verdana,arial;
	margin-left: 15px;
	font-size: 8pt;
}

.sub_title {
	font-family: verdana,arial;
	font-size: 10pt;
	background: #999999;
	color: #333333;
	text-decoration: none;
}

.sub_title:link {
	color: #333333;
	background: #999999;
	text-decoration: none;
}

.sub_title:visited {
	color: #333333;
	background: #999999;
}

.sub_title:hover {
	color: #ffffff;
	background: #999999;
}

.sub_title_selected {
	font-size: 12pt;
	font-family: verdana,arial;
	background: #999999;
	color: #ffffff;
	font-weight: bold;
	margin-left: 15px;
}

.content {
	font-size: 10pt;
	font-family: verdana,arial;
	background: #999999;
	color: #333333;
	margin-left: 15px;
}


/* nav
*/
P.para_nav_main {
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana,arial;
	text-decoration: none;
}

.bottom_space {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 8pt;
}

.nav_main_selected {
	color: #003366;
	background: #ffffff;
	text-decoration: none;
}

.nav_main {
	color: #B4B4B4;
	background: #ffffff;
	text-decoration: none;
}

.nav_main:link {
	color: #B4B4B4;
	background: #ffffff;
}

.nav_main:visited {
	color: #B4B4B4;
	background: #ffffff;
}

.nav_main:hover {
	color: #993300;
	background: #ffffff;
}



P.para_sub_nav_main {
	margin-left: 25px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 8pt;
	font-family: verdana,arial;
	font-weight: bold;
	text-decoration: none;
}






