/* CSS Document */




.halfmoon ul{
padding: 3px 9px 2px 42px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
color: black;
font: bold 14px Verdana;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #FFFFFF;
color: navy;
}

#tabcontentcontainer{
padding: 3px 9px 2px 42px;
width:100%; /*width of 2nd level content*/
height:5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
font-size: small;
}
.style1 {
	color: #853333;
	font-size: x-large;
}
A { text-decoration:none }

 a:visited {
	color: #666666;
}
 a:hover {
	color: #853333;
}
 a:active {
	color: #666666;
}
a:link {
	color: #666666;	
	text-decoration: none;
}

.gradualshine{
filter:alpha(opacity=30);
-moz-opacity:0.3;
}
