/* Default SiteMaker 5.0 Style Sheets */

/* *************** */
/* General Classes */
/* *************** */
	
body {  margin-top: 10px;
		margin-left: 0px;
		font-family: arial, helvetica;
		text-align: left;
		font-size: 12px;
		color: #595987;
}
table { font-family: arial, helvetica;
		font-size: 12px;
		color: #595987;
}
td { 	font-family: arial, helvetica;
		font-size: 12px;
		color: #595987;
}
		
/* *************** */
/*  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: 11px;
	font-style: normal;
	font-family: verdana;
	color: #006699;
}
H4 {
	font-family: verdana;
	font-size: 14px;
	font-style: bold;
	color: #FFFFFF;
	align: absmiddle;
}

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

A:link {
	color: #000033;
}
A:visited {
	color: #336699;
}
A:hover {
	color: #000033;
}
A:visited:hover {
	color: #000033;
}

b  {
	color: #000033;
	font-weight: bold;
}

b.teaser  {
	color: #FFFFFF;
}

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

SELECT, TEXTAREA {
	background-color: #FFFFFF;
	border: 0px #ADAEDC;
	font-size: 11px;
	font-family: verdana;
}

INPUT {
	background-color: #FFFFFF;
	border: 1px groove #ADAEDC;
	font-size: 9px;
	font-family: verdana;
}

BUTTON {
	background-color: #FFFFFF;
	border: 1px groove #ADAEDC;
	font-size: 9px;
	font-family: verdana;
}

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

span.title{
	font-family: verdana;
	font-size: 24px;
	font-style: bold;
	color: #73468E;
	background: white;
}

td.subnav {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-style: none;
}

table.teaser 	{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
}

th.teaser 	{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
}

td.teaser 	{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
}

A.teaser:link {
	color: #000033;
	text-decoration: none;
}
A.teaser:visited {
	color: #336699;
	text-decoration: none;
}
A.teaser:hover {
	color: #000033;
	text-decoration: underline;
}
A.teaser:visited:hover {
	color: #000033;
	text-decoration: underline;
}