a  {
    font-weight: bold;
}

a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #CC0033;
	text-decoration: underline;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

a.menu  {
    font-size: .6em;
	font-weight: bold;
}

a.menu:link{
	color: #000000;
	text-decoration: none;
}
a.menu:visited{
	color: #000000;
	text-decoration: none;
}
a.menu:hover{
	color: #FFFFFF;
	text-decoration: none;
}



.selectbox {
    width: 233px;
}

.bodyTextStyle {
	font-size: .9em;
	font-weight: normal;
	color: #333333;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.blackbodyTextStyle {
	font-size: .9em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.subtitles {
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.italicText {
	font-size: .7em;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.blackitalicText {
	font-size: .7em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.descriptiontitles {
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0033;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.greydescriptiontitles {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	background-color: #AAAAAA;
}
