﻿A:hover   {
color: #BE2C2D;
/*text-decoration:underline;*/
}

.l
{
font-family:Arial;
font-size:13px;
color:#BE2C2D;
text-decoration:underline;
}

.global2
{
font-family:Arial;
font-size:13px;
color:#3B3B3B;
text-decoration:none;
}
.global3
{
font-family:Arial;
font-size:11px;
color:#3B3B3B;
text-decoration:none;
}

.g{
font-family:Arial;
font-size:13px;
color:#3B3B3B;
text-decoration:underline;

}
.p{
font-family:Arial;
font-size:13px;
color:#BE2C2D;
font-weight:bold;
text-decoration:underline;

}
.tit{
font-family:Arial;
font-size:14px;
color:#BE2C2D;
text-decoration:none;
font-weight:bold;
text-align:center;
	
}
.gray
{
font-family:Arial;
font-size:12px;
color:#CECDCD;
background-color:red;
}
.gray1
{
color:#CCCCCC;
font-family:Arial;
font-size:13px;
text-decoration:none;
}

.blue{
/*color:#1D0BA2;*/
color:#7e9fff;
font-family:Arial;
font-size:13px;
text-decoration:none;
font-weight:bold;

}

.wireframemenu{
/*border: 1px solid #FFFFFF;*/ 
/*border: 1px solid #9AB5FF;   */
background-color: #F7F7F7;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{

font: bold 12px Arial;
padding: 2px 1px;
display: block;
width: 100%; 
/*color: #595959;*/
color:#3B3B3B;
text-decoration: none;
/*border-bottom: 1px solid #C0C0C0;*/
border-bottom: 1px solid #9AB5FF;
/*border-bottom: 1px solid #OOOOOO;*/
}
 

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
/*background-color: #F8FBBD;*/
background-color:#FFFFFF; 
color:#BE2C2D;
}

/*********/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
float:left;
width:100%;
font:12px Arial;
/*font-size:90%;*/
line-height:normal;
border-bottom: 1px solid #85A5FF; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

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

#glowingtabs a{
float:right;
background:url(../img/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;*/
align:right;
display:block;
background:url(../img/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 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: black;
}

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

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

#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*/
}

