/* Default SiteMaker 5.0 Style Sheets */

/* *************** */
/* General Classes */
/* *************** */
	
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
		
/* *************** */
/*  Header Styles  */
/* *************** */

H1 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-family: verdana;
	color: #000000;
}
H2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: verdana;
	color: #000000;
}
H3 {
	font-size: 18px;
	font-style: normal;
	font-family: verdana;
	color: #004E60;
}
H4 {
	font-family: verdana;
	font-size: 22px;
	font-style: normal;
	color: #73468E;
}

/* *************** */
/*   Link Styles   */
/* *************** */

A:link {
	color: #73468E;
}
A:visited {
	color: #73468E;
}
A:hover {
	color: #000000;
}

A:visited:hover {
	color: #000000;
}

/* *************** */
/*   Form Styles   */
/* *************** */

SELECT, INPUT, BUTTON, TEXTAREA {
	background-color: #FFFFFF;
	border: 2px groove #ADAEDC;
	margin-left: 5px;
}


/* ***************************************************** */
/*   Custom Styles (feel free to add new styles below)   */
/* ***************************************************** */

span.title {
	font-family: verdana;
	font-size: 22px;
	font-style: bold;
	color: #E20000;
}







