body {
margin:0 0 0 0;
background-image:url(images/bg.jpg);
bgcolor:#FFFFFF;
background-position:top;
}

.text-14 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
}
.text-14-red {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.border {
	border: 1px dotted #00CCFF;
}
a.links:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a.links:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a.links:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
}
a.linksf:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.linksf:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #E9F83C;
	text-decoration: none;
}
a.linksf:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a.linksf:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #F9F5F5;
	text-decoration: none;
}


.menu{
	list-style-type: none;
	padding: 0;
	width: 86px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 26px;
	background-position: left;
}

.menu li a{
	color: #FFFFFF;
	display: block;
	width: 86px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 0px;
	height: 26px;
	line-height: 22px;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 86px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 86px;
}

.menu li a:hover{
	background-image:   url(images/menu-over.jpg);
	color: orange;
	line-height: 22px;
	height: 25px;
	width: 86px;
}
