@charset "utf-8";
.maintext {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
.titles1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #996600;
}
.maintextWhite {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.titles1Light {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #CCCC00;
}
a:link {
	color: #006699;
}
a:hover {
	color: #CC6600;
}

a:visited {
	color: #006699;
}
.titles1Dark {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #336699;
}
.titles2Dark {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #336699;
}
.boxoutline {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
