@charset "UTF-8";
/* CSS Document */


 /* text styles */

h3, p {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	line-height: 1.7em;
	text-align: left;
	padding-left: 23px;
	padding-top: 4px;
 }
h1 {
	font: 170% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #49176e;
	margin: 0px;
	padding: 15px 0px 5px 23px;
}

h4 {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #9a81b0;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;	
 }
 
 a:link {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.boldPurple {
	font-weight: bold;
	color: #330066;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;}

 
 /* text styles */
 
.bottomLinks {
	color: #666666;
	background: center;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
.register {
	color: #9a81b0;
	text-decoration: underline;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #705286;
	line-height: 1.5em;
}


.addresslink {
	color: #705286;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
}
.comp {
	color: #333333;
	font-size: 100%;
}
.email {
	color: #330066;
}

