@charset "UTF-8";
body {
	background-image: url(images/bgfade.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #666666;
	margin-top:0px;
	margin-bottom:30px;
}
.MainTable {
	margin-top:0px;
}
.TopMenuText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 20px;
	color: #000000;
}
.TopMenuText a:link {
	text-decoration: underline;
	color: #FF0000;
}
.TopMenuText a:hover {
	text-decoration: none;
	color: #333333;
}
.TopMenuText a:visited {
	text-decoration: none;
	color: #333333;
}
.TopMenuText a:active {
	text-decoration: underline;
	color: #333333;
}
.maintabletext {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.maintabletext a:link {
	text-decoration: underline;
	color: #FF0000;
}
.maintabletext a:hover {
	text-decoration: none;
	color: #FF0000;
}
.maintabletext a:visited {
	text-decoration: none;
	color: #333333;
}
.maintabletext a:active {
	text-decoration: underline;
	color: #333333;
}
.maintabletitle {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.maintabletitle a:link {
	text-decoration: underline;
	color: #FF0000;
}
.maintabletitle a:hover {
	text-decoration: none;
	color: #FF0000;
}
.maintabletitle a:visited {
	text-decoration: none;
	color: #333333;
}
.maintabletitle a:active {
	text-decoration: underline;
	color: #333333;
}
.TopMenuTextPage2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 20px;
	color: #FFFFFF
}
.TopMenuTextPage2 a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.TopMenuTextPage2 a:hover {
	text-decoration: none;
	color: #333333;
}
.TopMenuTextPage2 a:visited {
	text-decoration: none;
	color: #333333;
}
.TopMenuTextPage2 a:active {
	text-decoration: underline;
	color: #333333;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
text-transform: uppercase;
font: bold 11px Helvetica;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #000000;
}

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

.halfmoon li a{
text-decoration: none;
padding: 6px 6px 2px 6px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 0px solid #DDD;
color: #FFFFFF;
font-size: 11px;
background: #000000;
/*background: #ECEEEC url(images/tabright.gif) top right no-repeat;*/
}

.halfmoon li a:visited{
color: #D9D9D9;
}

.halfmoon li a:hover{
background-color: #FF0000;
color: #FFFFFF;
text-decoration: underline;
}

