.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 6px solid #CE141D; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:5px;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
padding: 10px 12px 9px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: white;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:12px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color:#CE141D;
}

.tabcontent{
display:none;
font-weight:bold;
}
a {
color: #000000
font-size:12px;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
.lefta {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.lefta:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
	text-decoration: none;
}
a.footer_links:hover {
	text-decoration: underline;
}
a.footer_links2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:800;
	text-decoration: none;
}
a.footer_links2:hover {
	text-decoration: underline;
}
a.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CE151D;
	font-weight:bold;
	text-align:right;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}
.texts {
color:#333333;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:16px;
}
.ctext {
color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:22px;
}
.newstext {
color:#666666;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
line-height:16px;
}
