.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #527a8b;
	text-transform: none;
}
.navigationtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #527a8b;
	text-transform: uppercase;
	font-weight: bold;

}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #527a8b;
	line-height: 24px;
}
.whitetext
{
	color: #FFFFFF;
}
.yellowtext
{
	color: #fefe88;
}
.graytext
{
	color: #666666;
	font-weight: bold;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #527a8b;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #527a8b;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.navigationtext a:link { text-decoration: none; color: #527a8b}
.navigationtext a:visited { text-decoration: none; color: #527a8b}
.navigationtext a:hover { text-decoration: none; color: #666666}
.navigationtext a:active { text-decoration: none; color: #527a8b}

a:link { color: #527a8b}
a:visited { color: #999999}
a:hover { color: #666666}
a:active { color: #527a8b}

.bottomtext a:link { text-decoration: none; color: #527a8b}
.bottomtext a:visited { text-decoration: none; color: #527a8b}
.bottomtext a:hover { text-decoration: none; color: #666666}
.bottomtext a:active { text-decoration: none; color: #527a8b}

.whitetext a:link { text-decoration: none; color: #FFFFFF}
.whitetext a:visited { text-decoration: none; color: #FFFFFF}
.whitetext a:hover { text-decoration: none; color: #CCCCCC}
.whitetext a:active { text-decoration: none; color: #FFFFFF}

.yellowtext a:link { text-decoration: none; color: #fefe88}
.yellowtext a:visited { text-decoration: none; color: #fefe88}
.yellowtext a:hover { text-decoration: none; color: #FFFFFF}
.yellowtext a:active { text-decoration: none; color: #fefe88}

.italictext {
	font-style: italic;
}
.outline {
	border: 3px solid #527a8b;
}
.mybutton {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #527a8b;
	line-height: 14px;
	background-color: #527a8b;
}