.regtext {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
}
a:link {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: blue;
	background-color: aqua;
}
.bigtext {
	font-family: sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #A34130;
}
.smtext {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
}
.medtext {
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
}
.tiny {
	font-family: sans-serif;
	font-size: 9px;
	font-style: normal;
}
.special {
	font-family: sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
.bold {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.medbold {
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.youthtext {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	color: white;
}
.blue_bold {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0033ff;
}
.red_bold {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
}
.red_reg {
	font-family: sans-serif;
	font-size: 15px;
	font-style: normal;
	color: red;
}
.turquoise_bold {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00cccc;
}
.green_bold {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00cc66;
}
.orange_bold {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
}
.italic {
	font-family: sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	}
.medlink {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #3399CC;
	text-decoration: underline;
	font-weight: bold;
}
.biglink {
	font-family: sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #3399CC;
	text-decoration: underline;
	font-weight: bold;
}
.underbold {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
.undertext {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}