}

A.text1:hover {
	COLOR: #1360B3; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none; FONT-Weight: none
}
A.text1 {
	COLOR: #666666; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none; FONT-Weight: none
}

A.text2:hover {
	COLOR: #2481B3; FONT-FAMILY: Tahoma; FONT-SIZE: 9pt; TEXT-DECORATION: none; FONT-Weight: bold
}
A.text2 {
	COLOR: #666666; FONT-FAMILY: Tahoma; FONT-SIZE: 9pt; TEXT-DECORATION: none; FONT-Weight: bold
}

A.text3:hover {
	COLOR: #999999; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: underline; FONT-Weight: none
}
A.text3 {
	COLOR: #666666; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none; FONT-Weight: none
}
A.text4:hover {
	COLOR: #666666; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none; FONT-Weight: none
}
A.text4 {
	COLOR: #2481B3; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none; FONT-Weight: none

}
A.text5:hover {
	COLOR: #0066CC; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: underline; FONT-Weight: bold
}
A.text5 {
	COLOR: #990000; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: underline; FONT-Weight: bold
}

A.text6:hover {
	COLOR: #1360B3; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none; FONT-Weight: none
}
A.text6 {
	COLOR: #666666; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none; FONT-Weight: none

}

.tablebodyboxsub A {
	PADDING-RIGHT: 2px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px; WIDTH: 153px; COLOR: #324594; PADDING-TOP: 2px; FONT-FAMILY: Verdana; HEIGHT: 20px; BACKGROUND-COLOR: #7FC8FA; TEXT-DECORATION: none; FONT-Weight: bold
}
.tablebodyboxsub A:hover {
	PADDING-RIGHT: 2px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px; WIDTH: 153px; COLOR: #ffffff; PADDING-TOP: 2px; FONT-FAMILY: Verdana; HEIGHT: 20px; BACKGROUND-COLOR: #6FC0F8; TEXT-DECORATION: none; FONT-Weight: bold
}

#glowingtabs{
width:625px;
font-size:90%;
line-height:normal;
overflow: hidden;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
float:left;
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:left;
background:url(../media/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(../media/glowtab.gif) no-repeat right top;
	font-weight:bold;
	color:#3B3B3B;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 3px;
}

/* 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*/
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.arrowlistmenu{
width: 100%; /*width of menu*/
}

.arrowlistmenu ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #999999; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 11px;
	background-image: url(../image/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #006699;
}

