.horbar {
	color: black;
	background-color: #FFFFE4;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.horbaritem a {
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}
.horbaritem a:active {
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #EDF2F5;
	border: 1px solid #64879d;
}

.item	{
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}


body {
	color: #730021;
	background-color: #FFFFCC;
	font-size: 10pt;
	font-family: Tahoma, arial, sans-serif;
	margin: 10px;
}

td.nav {
	color: #440000;
	background-color: #FFFFCC;
	font-size: 10pt;
	text-align: center;
	font-family: arial;
}

td.header {
	color: #440000;
	font-size: 10pt;
	font-family: arial;
}

td.label {
	color: #440000;
	background-color: #FFFFCC;
	font-size: 10pt;
	font-family: Tahoma;
}

td.body {
	color: #440000;
	background-color: #FFFFCC;
	font-size: 10pt;
	font-family: Tahoma;
}

td.bodyalt {
	color: #440000;
	background-color: #FFFBE4;
	font-size: 10pt;
	font-family: Tahoma;
}

td.footer {
	color: #730021;
	font-size: 10pt;
	font-family: Tahoma;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	font-size: 10pt;
}

a:link,
a:visited,
a:active {
	color: #EA0042;
}

a:hover {
	color: #000000;
}

.good {
	color: #0033FF;
	font-weight: bold;
}

.bad {
	color: #CC3300;
	font-weight: bold;
}

div.heading {
	background-color: #730021; 
	color: #FFFBE4;
	padding: 9px; 
	text-align: left; 
	font-size: 16px; 
	font-weight: bold;  
	text-transform: uppercase; 
}

div.leftsidebar { 
	float: left; 
	width: 130px; 
	background-color: #FFFFCC;
	font-size: 12px; 
	padding: 7px; 
	border: 1px solid #440000;
	color: #440000; 
}

div.thebody { 
	padding: 5px; 
	margin-left: 150px; 
	font-size: 10pt; 
	font-family: Tahoma; 
}

div.bottom {
	background-color: #730021; 
	border: 1px solid #440000;
	padding: 3px; 
	text-align: center;
	font-size: 11; 
}

li { 
	color:#000000;
}
 
p { 
	color:#000000;
}
 
p.title { 
	font-size: 14pt; 
	font-weight: bold; 
	margin: 0px; 
}

p.smalltitle { 
	font-size: 12pt; 
	font-weight: bold; 
	margin: 0px; 
	padding: 4px; 
	background-color: #FFFBE4; 
	text-transform: uppercase; 
}

p.sectionname { 
	font-weight: bold; 
	margin: 0;
}

.breadcrumbs {
	font-size: 8pt; 
	margin: 0px; 
	padding: 2px 0px 2px 9px; 
	background-color: #FFFBE4; 
	text-transform: uppercase;
}

.breadcrumbs a { 
	font-size: 8pt; 
	text-transform: uppercase; 
}

.leftsidebar p.sectionname {
	padding-left: 15px;
}

.icons {
	text-align: center;
}

/* Menu */
.horbar {
	color: #730021;
	background-color: #FFFBE4;
	/*border: 2px outset #440000;*/
}

.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.horbaritem a {
	display: block;
	text-decoration: none;
}

.horbaritem a:link,
.horbaritem a:visited {
	color: #440000;
}

.horbaritem a:hover {
	color: #FFFFCC;
	background-color: #440000;
}

.horbaritem a:active {
	color: #A1002E;
}

.verbar {
	color: #440000;
	background-color: #FFFFCC;
}

.submenu {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

.subframe {
	position: relative;
	display: block;
	background-color: #FFFFCC;
	border: 1px solid #440000;
}

.item {
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.separator {
	background-color: #440000;
	border-top: 1px solid #FFFFCC;
	border-bottom: 1px solid #440000;
	margin: 2px 1px 2px 1px;	/* top right bottom left */
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.item a {
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link {
	color: #440000;
}

.item a:visited {
	color: #440000;
}

.item a:hover {
	color: #A1002E;
	background-color: #440000;
}

.item a:active {
	color: #aa9999;
}

.item .fwdarr {
	position: absolute;
	top: 5px;
	right: 7px;
}

#content {
	font-family:arial,helvetica,sans-serif;
	color:#000;
}

#content h1 {
	color:#730033;
	font-size:.8em;
}

td.logo {
	padding:50px 0px;
}

td.box {
	border:1px solid #730021;
	padding:15px;
	text-align:center;
	font-size:90%;
}

td.spacer {
	width:50px;
}

td.box a {
	color:#730021;
	text-decoration:none;
	font-weight:bold;
}

