/*created using www.csswizard.net
This stylesheet controls the webpage text format*/
P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 140%;
	margin: 0px;
	padding: 0px 5px;
}
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}
H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px;
	padding: 2px 0px 1px;
}
H3
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 1px 4px;
}
H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}
H5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}
H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: center;
	margin: 0px auto 0px 0px;
	padding: 4px 0px 4px 4px;
}
A.topmenutext, A.topmenutextlive
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	height: 100%;
	width: 100%;
	display: block;
}
A.sidemenutext, A.sidemenutextlive
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	width: 134px;
	height: 40px;
	display: block;
}
A.sidesubmenutext, A.sidesubmenutextlive
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	width: 134px;
	height: 40px;
	display: block;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.left
{
	text-align: right;
}
.style1
{
	font-size: 125%;
	font-weight: 800;
}
.style2
{
	font-size: 125%;
	font-style: italic;
	font-weight: 800;
}
.style3
{
	font-size: 125%;
	font-style: italic;
	font-variant: small-caps;
	font-weight: 800;
}
.style4
{
	font-size: 110%;
	font-variant: small-caps;
	font-weight: 800;
}
/*for graphic text font generator*/
.fontimage
{
	float: left;
	width: 100%;
	clear: both;
}
.fontimage IMG
{
	border: 0px;
	margin: 0px;
	float: left;
}
/*indented paragraphs and list styles*/
UL
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/*Default text link styles*/
A:link
{
	text-decoration: underline;
}
A:visited
{
	text-decoration: underline;
}
A:hover
{
	text-decoration: underline;
}
A:active
{
	text-decoration: underline;
}
