.link 
{ font-family:Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #333333; 
  ; line-height: normal; text-decoration: none} 

.redlink
{ font-family:Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #FF0000; 
  ; line-height: normal; text-decoration: none} 
  
  .redlinksmall
{ font-family:Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #FF0000; 
  ; line-height: normal; text-decoration: none} 

.whitelink
{ font-family:Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #ffffff; 
  ; line-height: normal; text-decoration: none} 
  
.blacklink
{ font-family:Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000; 
  ; line-height: normal; text-decoration: none} 
  
  .bluelink
{ font-family:Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #003399; 
  ; line-height: normal; text-decoration: none} 


.heading 
{ font-family: Verdana; 
  font-size: 14px; 
  text-decoration: bold; 
  color: #ffffff; } 

.subheading
{ font-family: Verdana; 
  font-size: 12px; 
  color: #760307; } 

.text 
{ font-family:Arial; 
  font-size: 12px; 
  color: #060404; 
  ; line-height: normal} 
  
.smalltext 
{ font-family:Arial; 
  font-size: 11px; 
  color: #060404; 
  ; line-height: normal} 


.title 
{ font-family:Arial; 
  font-size: 12px; 
  color: #e94a22; 
  ; line-height: normal} 

.copyright 
{ font-family:Verdana; 
  font-size: 9px; 
  text-decoration: bold; 
  color: #000000; } 

	.search { 
		background-color: #ffffff; 
		border-color: #646464; 
		border-width: 1px; 
		border-style: solid; 
		font-size: 11px; 
		font-family:Verdana; 
	}
	
	.textwhite { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; ; line-height: normal }
	.linkOrange { font-family:Arial; font-size: 11px; ; line-height: normal; text-decoration: none; color: e94a22}
	.linkYellow { font-family:Arial; font-size: 11px; ; line-height: normal; text-decoration: none; color: f5f358 }
	.redtitle { font-family:Arial; font-size: 16px; color: #ef1c23; ; line-height: normal }
	.menuTitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		color: #E10000;
		text-decoration: none;
	}
	
	.inputbox  {					
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;		
		border: 1px outset #CCCCCC;
	}

	.FlatButton  {					
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
		border: 1px outset #CCCCCC;
	}
	
	.FlatButtonHighlight {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		border: 1px inset #CCCCCC;
		background-color: #C0C0C0;
	}
	
	.tableTitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFCC33;
		text-decoration: none;
		background-color: #990000;
		padding:5px;
	}
	
.leftmenu_red {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
}

.leftmenu_blue {
	color: #0033FF;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
}

a.leftmenu_blue:link {
	text-decoration: none;
}
a.leftmenu_blue:visited {
	text-decoration: none;
}
a.leftmenu_blue:hover {
	color: #FF0000;
	text-decoration: none;
}

.title_yellow {
	color: #FFCC33;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
}