BODY {
	BACKGROUND: url(../images/bg.gif) top center;
}

.border A:link{
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #ffffff;
}

.cct {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #ffffff;
	text-transform: none;
	font-weight:normal;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-top: 10px;
	text-decoration: none;
}
.cct2 {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #241a11;
	text-transform: none;
	font-weight:bold;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-top: 10px;
	text-decoration: none;
}
.cct2 A:link{
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight:normal;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-top: 10px;
	text-decoration: none;
}
.cct2 A:visited{
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight:normal;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-top: 10px;
	text-decoration: none;
}
.cct2 A:hover{
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight:normal;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-top: 10px;
	text-decoration: underline;
}
.foot {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.foot A:link {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.foot A:visited {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.foot A:hover {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 11px;
	color: #993300;
	text-decoration: underline;
}

.menu {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.menu A:link {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.menu A:visited {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.menu A:hover {
	font-family: "Trebuchet MS", Lucida, Verdana;
	font-size: 20px;
	color: #ad7b00;
	text-decoration: none;
	font-weight:bold;
}
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}