.menu-item-background { 
	background-color:#ff0000;  
}	
.menu-item-background-selected { 
	background-color:#ff0000;  
}
.menu-item-text { 
	font-family:Tahoma; font-size:12pt; font-weight:normal; font-style:normal; text-decoration:none; color:#333333;  
}
.menu-item-text-selected { 
	font-family:Tahoma; font-size:12pt; font-weight:bold; font-style:normal; text-decoration:none; color:#333333;  
}
.submenu-item-text { 
	font-family:Tahoma; font-size:11pt; font-weight:normal; font-style:italic; text-decoration:none; color:#333333;;  
}
.submenu-item-text-selected { 
	font-family:Tahoma; font-size:11pt; font-weight:normal; font-style:italic; text-decoration:none; color:#333333;;  
}
.standard-small { 
	font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; text-decoration:none; color:#333333;;  
}
.para { 
	font-family:Arial; font-size:11pt; font-weight:normal; font-style:normal; text-decoration:none; color:#000000;;  
}
.standard-big { 
	font-family:Tahoma; font-size:14pt; font-weight:Bold; font-style:normal; text-decoration:none; color:#333333;;  
}
.head1-orange { 
	font-family:helvetica; font-size:14pt; font-weight:Bold; font-style:normal; text-decoration:none; color:#FFA500;;  
}
.standard-medium { 
	font-family:Tahoma; font-size:12pt; font-weight:Normal; font-style:normal; text-decoration:none; color:#FF0000;  
}
.table-head-cell { 
	background-color:#999999;  
}
.table-head-cell-text { 
	font-family:Tahoma; font-size:9pt; font-weight:bold; font-style:verdana; text-decoration:none; color:#FFFFFF;  
}
.data-page-navigation { 
	font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:verdana; text-decoration:none; color:#FFFFFF;  
}
.odd-standard-table-body-cell { 
	background-color:#CCCCCC;  
}
.even-standard-table-body-cell { 
	background-color:#FFFFFF;  
}
.standard-table-body-cell-text { 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; line-height:13px; font-weight:normal; font-variant:normal; color:#000000; text-decoration:none;  
}
.td.field-label { 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; line-height:13px; font-weight:normal; font-variant:normal; color:#000000; text-decoration:none;  
}		
.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: 11px;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
  padding-left: 25px;
}
.body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 13px;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
}
.bodyItalic {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
}

.caption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: 11px;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
}
.bodywhite {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 13px;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-decoration: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 122px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 122px;
}

#nav li ul {
	position: absolute;
	width: 122px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	background-color: #0099FF;
	left: auto;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

#nav li:hover ul li, #nav li.sfhover ul li {
	border-bottom: 1px solid white;
	padding: 4px 4px 2px;
}