.normaltext {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 12px;
}

.redtext {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 12px;
	color: #FF0000;
}

.redtextb {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 18px;
	color: #FF0000;
}

.browntext {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 12px;
	color: #990000;
}

.smalltext {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 10px;
}
.texttitle {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.texttitle2 {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.texttitle3 {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 14px;
	font-weight: bold;
}

.texttitle4 {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 18px;
	font-weight: bold;
}

.linkblack {
	color: #000000;
	text-decoration: none;
}
.linkblack:hover {
	color: #000000;
	text-decoration: underline;
}

.linkblue {
	color: #0066CC;
	text-decoration: none;
}
.linkblue:hover {
	color: #0099FF;
	text-decoration: none;
}
.linkgreen {
	color: #336600;
	text-decoration: none;
}
.linkgreen:hover {
	color: #339933;
	text-decoration: none;
}
.linkorange {
	color: #CC6600;
	text-decoration: none;
}
.linkorange:hover {
	color: #CC9900;
	text-decoration: none;
}
.linkred {
	color: #990000;
	text-decoration: none;
}
.linkred:hover {
	color: #990000;
	text-decoration: none;
}

.dashline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

