@font-face {
 font-family: MyCustomFont;
 src: url("/fonts/nbbit6.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("/fonts/nbbit6.ttf") /* TTF file for CSS3 browsers */
}


.body {
	font-family: MyCustomFont, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	color: #333333;
}
.bottomlinks {
	font-family: MyCustomFont, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e1d99f;
	text-indent: 5pt;
}
A.bottomlinks:link
{
    COLOR: #3399CC;
    TEXT-DECORATION: none
}
A.bottomlinks:visited
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
A.bottomlinks:active
{
    COLOR: #CC0000;
    TEXT-DECORATION: none
}
A.bottomlinks:hover
{
    COLOR: #0000FF;
    TEXT-DECORATION: underline
}
.news {
	font-family: MyCustomFont, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.newsul {
	padding-left: 0px;
	margin-left: 14px;
	list-style-type: circle;
}

