a {
	color: #800000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0px 0px 5px 0px;
}

h1 {
	color: #800000;
	font-family: Lucida Sans, Verdana, Arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}

h2 {
	color: #800000;
	font-family: Lucida Sans, Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
}

h3 {
	color: #800000;
	font-family: Lucida Sans, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}

table {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	line-height: 175%;
	text-align: left;
}

.boxcontent {
	background: #EEEEEE;
	padding: 2px;
}

.boxheader {
	border-bottom: 1px dotted #800000;
	border-top: 1px solid #800000;
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
	padding: 2px;
}

* html .boxheader {
	background: url( gfx/dotted_border_800000.gif ) repeat-x bottom;
	border-bottom: none;
	padding-bottom: 3px;
}

.content {
	padding: 4px 10px;
	font-size: 8pt;
}

.dropdown {
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter: alpha( opacity=95 );
	-moz-opacity: 0.95;
	opacity: 0.95;
	background: #EEEEEE;
	border: 1px solid #800000;
	border-top: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 250px;
	z-index: 100;
}

.dropdown a {
	color: #800000;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	line-height: 175%;
	padding: 3px;
	text-decoration: none;
	width: 244px;
}

.dropdown a:hover {
	background: #800000;
	color: #FFFFFF;
}

.nowrap td {
	/* put this class on any table, and all its td's will not wrap text */
	white-space: nowrap;
}

.pagetitle {
	border-bottom: 1px dotted #800000;
	color: #800000;
	font-size: 13pt;
	font-weight: bold;
	padding: 3px;
}

* html .pagetitle {
	background: url( gfx/dotted_border_800000.gif ) bottom repeat-x;
	border: none;
}

.smalltext {
	font-size: 8pt;
}

.topalign td {
	/* put this class on any table, and all its td's are top-aligned */
	vertical-align: top;
}

#border_lft {
	background: url( gfx/border_lft.gif );
	width: 10px;
}

#border_rgt {
	background: url( gfx/border_rgt.gif );
	width: 10px;
}

#footer {
	color: #999999;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
}

#footer a {
	color: #999999;
}

#header {
	height: 100px;
}

#headercontent {
	font-size: 8pt;
	height: 70px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}

#lastupdate {
	color: #999999;
	font-size: 8pt;
	line-height: normal;
	margin-bottom: 10px;
	text-align: right;
}

#leftmenu {
	background: url( gfx/leftmenu_bg.gif );
	width: 220px;
}

#leftmenu_header {
	background: url( gfx/leftmenu_header_shadow.gif ) bottom no-repeat #FFFFFF;
	/*background: url( gfx/leftmenu_header.gif );*/
	color: #000000;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	height: 27px;
	line-height: normal;
	/*padding: 3px 0px 0px 5px;*/
	padding: 3px 0px 0px 2px;
	text-decoration: none;
}

#leftmenu_nav {
	line-height: normal;
	padding: 0px 15px 0px 5px;
}

#leftmenu_nav a {
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px 0px;
	text-decoration: none;
}

#leftmenu_nav a:hover {
	color: #800000;
}

#leftmenu_sel a {
	color: #800000;
}

#topnav a {
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	height: 24px;
	padding: 3px 10px;
	text-decoration: none;
}

#topnav td {
	white-space: nowrap;
}

#topnav_sel {
	background: url( gfx/topnav_bg_sel.gif );
}