body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.0em; line-height: normal
	}

td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.0em; line-height: normal
	}
		
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.5em;
	}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	}
h3 {font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em}
h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em}

.button {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #000000;
	background-color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.button a:link {
	text-decoration: none;
	color: #000000;
	background-color: #999999;
	}
	
.button a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #999999;
	}
	
.button a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	}
	
.button a:active {
	text-decoration: none;
	color: #9966CC;
	background-color: #999999;
	}
	
.logo {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
    }

.logotext {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
    border-style: solid;
    border-width: thin;        /* sets border width on all sides */
	}


