body {
   background-color: #333333;
}

a:link { color: white; text-decoration: underline; }
a:visited { color: white; text-decoration: underline; }
a:active { color: white; text-decoration: underline; }
a:hover { color: white; text-decoration: underline; }

.globalNavigation {
   font-family: verdana, helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: white;
   height: 30px;
   background-color: black;
	 text-align: center;
	 border-top: 1px solid white;
	 border-bottom: 1px solid white;
}

.globalNavigationRollover {
   font-family: verdana, helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: white;
   background-color: #7E2419;
	text-align: center;
	 border-top: 1px solid white;
	 border-bottom: 1px solid white;
}

.contentHeader {
   font-size: 16px;
	 font-weight: bold;
}

#bodyContent {
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: white;
   background-color: #7E2419;
	 padding: 10px;
}

#footer {
   font-family: verdana, helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: white;
   background-color: black;
	 text-align: center;
	 padding: 8px;
	 border-top: 1px solid white;
}

a.globalNavigations:link { color: white; text-decoration: none; }
a.globalNavigations:visited { color: white; text-decoration: none; }
a.globalNavigations:active { color: white; text-decoration: underline; }
a.globalNavigations:hover { color: white; text-decoration: underline; }