ul.navbar 
{
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	float: left;
	clear: left;
}
ul.navbar li 
{
	float: left;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
ul.navbar li a 
{
	float: left;
	text-decoration: none;
	padding: 8px 15px 0 0;
	margin-right: 8px;
	color: #4d4d4d;
}
ul.navbar li a span 
{
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -8px;
	height: 34px;
}

ul.navbar li a:visited 
{
	color: #4d4d4d;
	text-decoration:none;
}

ul.navbar li a:hover 
{
	color: #4d4d4d;
	text-decoration:underline;
}

ul.navbar li a:hover span 
{
	
}

ul.navbar li a.current 
{
	background: url(images/tab_image.gif) no-repeat top right;
	color: #FFFFFF;
	text-decoration: none;
}

ul.navbar li a.current:visited 
{
	background: url(images/tab_image.gif) no-repeat top right;
	color: #FFFFFF;
	text-decoration: none;
}

ul.navbar li a.current:hover 
{
	background: url(images/tab_image.gif) no-repeat top right;
	color: #FFFFFF;
	text-decoration: underline;
}

ul.navbar li a.current span 
{
	background: url(images/tab_image.gif) no-repeat top left;
}

.navbar_text
{
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;	
}
.navbar_text a
{
	color: #FFFFFF;
	text-decoration: none;
}

.navbar_text a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

.navbar_text a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}
a
{
	color: #AF0A17;
}
a:visited
{
	color: #3F3F3F;
}
.text_main 
{
	color: #3F3F3F;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;	
  	margin-top: 0px;
  	margin-bottom: 8px;
}

.text_main b
{
	color: #222222;
	font-weight: bold;
}

td.superheading
{
	color: #4d4d4d;
	background-color: #FFF;
	font-size: 22pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	text-align: center;
}

td.heading1
{
	color: #4d4d4d;
	background-color: #FFF;
	font-size: 19pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #4d4d4d;
	border-bottom-style: solid;
	padding-bottom: 3px;
	text-align: left;
}

td.heading2
{
	padding: 2px;
	height: 20px;
	color: #4d4d4d;
	font-size: 13pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
}

tr.grayback
{
	background-color: #EEE;
}

.text_basebar 
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.text_basebar2 
{
	color: #FFFFFF;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.text_basebar a
{
	color:#FFFFFF;
	text-decoration: none;
}

.text_basebar a:visited 
{
	color:#FFFFFF;
	text-decoration: none;
}

.text_basebar a:hover 
{
	color:#FFFFFF;
	text-decoration: underline;
}

.table_mid 
{
}

.table_mid_header
{
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}

.textfield_effect 
{
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	width: 150px;
	height: 20px;
}
.form_effect 
{
	height: 20px;
	width: 200px;
	border-width: 0px;
	vertical-align: middle;
	margin: 0px;
}

.figure_caption
{
	color: #000;
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 2px;
}

td.links_item
{
	color: #000;
	font-size: 13pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-align: left;
}

.searchBox
{
	border:1px solid #113377;
}
