.horiznavigation {
	font-family: arial, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	padding: 2px;
	margin: 8px;
	float: left;
}
a.horiznavigation:link { color: #ffffff; text-decoration: none; padding-left: 0px; margin: 0px; padding: 0px; }
a.horiznavigation:visited { color: #ffffff; text-decoration: none; padding-left: 0px;  margin: 0px; padding: 0px; }
a.horiznavigation:hover { color: #ffffff; text-decoration: underline; padding-left: 0px; margin: 0px; padding: 0px; background: #000000; }
a.horiznavigation:active { color: #ffffff; text-decoration: none; padding-left: 0px;  margin: 0px; padding: 0px; }

.navitem {
	font-family: arial, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
	line-height: 14px;
}
a.navitem:link { color: #000000; text-decoration: none; padding-left: 0px; }
a.navitem:visited { color: #000000; text-decoration: none; padding-left: 0px; }
a.navitem:hover { color: #000000; text-decoration: underline; padding-left: 0px; }
a.navitem:active { color: #000000; text-decoration: none; padding-left: 0px; }

.selected_navitem {
	font-family: arial, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
	background: url(images/selected_fill.gif);
	line-height: 20px;
}
a.selected_navitem:link { color: #000000; text-decoration: none; background: #ffffff; padding-left: 0px; }
a.selected_navitem:visited { color: #000000; text-decoration: none; background: #ffffff; padding-left: 0px; }
a.selected_navitem:hover { color: #000000; text-decoration: underline; background: #ffffff; padding-left: 0px; }
a.selected_navitem:active { color: #000000; text-decoration: none; background: #ffffff; padding-left: 0px; }

.subitem {
	font-family: arial, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #CB0909;
	padding-left: 11px;
	line-height: 14px;
}
a.subitem:link { color: #CB0909; text-decoration: none; padding-left: 0px; }
a.subitem:visited { color: #CB0909; text-decoration: none; padding-left: 0px; }
a.subitem:hover { color: #CB0909; text-decoration: underline; padding-left: 0px; }
a.subitem:active { color: #CB0909; text-decoration: none; padding-left: 0px; }

.subitem_selected {
	font-family: arial, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #CB0909;
	padding-left: 11px;
	line-height: 14px;
}
a.subitem_selected:link { color: #CB0909; text-decoration: underline; padding-left: 0px; }
a.subitem_selected:visited { color: #CB0909; text-decoration: underline; padding-left: 0px; }
a.subitem_selected:hover { color: #CB0909; text-decoration: underline; padding-left: 0px; }
a.subitem_selected:active { color: #CB0909; text-decoration: underline; padding-left: 0px; }

li, LI {
	font-family: arial, Arial, Helvetica;
    font-size: 12px;
	list-style-image: url(${level}images/bullet.gif)
}

body {
    font-family: arial, Arial, Helvetica;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.datacenter {
		border-color: #377b2b; 
		border: 1px; 
		border-style: solid;
    margin: 0px;
    padding: 0px;
}

.datacentercontent {
    margin: 0px;
    padding: 5px;
}

p, P, td, TD {
    font-family: arial, Arial, Helvetica;
    font-size: 12px;
}


a:link {
  color: #B61C28;
  font-weight: bold;
 text-decoration: none;
}


a:visited {
 color: #B61C28;
  font-weight: bold;
 text-decoration: none;
}


a:active {
 color: #B61C28;
  font-weight: bold;
 text-decoration: none;
}


a:hover	{
 color: #B61C28;
  font-weight: bold;
 text-decoration: none;
}

			.toprow {
				border-bottom: 1px solid #c9c9c9;
				background: #ECEAEA;
			}
			.toprowcenter {
				border-top: 1px solid #c9c9c9;
			}
			.titlearea {
				border-left: 1px solid #c9c9c9;
				border-right: 1px solid #c9c9c9;
				border-bottom: 1px solid #c9c9c9;
				background: #ECEAEA;
				font-family: Arial, Helvetica, Sans;
				font-size: 12px;
				text-align: center;
				font-weight: bold;
			}
			.centerarea {
				border-left: 1px solid #c9c9c9;
				border-right: 1px solid #c9c9c9;
			}
			.bottomcenter {
				border-bottom: 1px solid #c9c9c9;
			}


