.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.texttitle {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.texttitle2 {
	font-family: "Trebuchet MS", Arial, "Century Gothic", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.linkorange {
	color: #FF3300;
	text-decoration: none;
}
.linkorange:hover {
	color: #FF3300;
	text-decoration: underline;
}
.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;
}
.linkgrey {
	color: #666666;
	text-decoration: none;
}
.linkgrey:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.dashline_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.dashline_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}

