body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #2f2f80;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2f2f80;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2f2f80;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.halfspace {
	line-height: 75%;
}
.morespace {
	line-height: 175%;
}
.indent {
	text-indent: 20pt;
}
.youarehere,
.youarehere a,
.youarehere a:hover,
.youarehere a:visited,
.youarehere a:visited:hover {
	font-size: xx-small;
	color: #999999;
}
.youarehere-end{
	font-size: xx-small;
	color: #CC3366;
}
.verysmalltext {
	font-size: xx-small;
}
.smallertext {
	font-size:9px;
}
.smalltext {
	font-size: x-small;
}
.smalltextgrey {
	font-size: x-small;
	color: #999999;
}
.smalltextgreen {
	font-size: x-small;
	color: #006600;
}
.smalltextred {
	font-size: x-small;
	color: #FF0000;
}
.smalltextblue {
	font-size: x-small;
	color: #0000CC;
}
.smalltextburgundy {
	font-size: x-small;
	color: #990000;
}
.smalltextwhite {
	font-size: x-small;
	color: #FFFFFF;
}
.greentext {
	color: #006600;
}
.redtext {
	color: #FF0000;
}
.bluetext {
	color: #0000CC;
}
.blacktext {
	color: #000000;
}
.whitetext {
	color: #FFFFFF;
}
.burgundytext {
	color: #990000;
}
.caption {
	color: #990000;
	font-size: x-small;
	font-style: italic;
	text-align: center;
}
.text_button,
.text_button a:link,
.text_button a:visited {
	font-size: x-small;
	color:#2f2f80;
	text-decoration: none;
}
.text_button a:hover,
.text_button a:visited:hover {
	font-size: x-small;
	text-decoration:underline;
	color: #000000;
}
.no_underline_grey {
	font-size: x-small;
	color:#999999;
}
.blueback {
	background-color: rgb(120,172,255);
}
.strikethrough {
	text-decoration:line-through;
}