
/* Main body style definition  */
BODY  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: 10pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for header text */
.header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height: 20pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for form headers */
.formheader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-color : white;
}

/* Style for form text */
.formtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for larger form text */
.largerformtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

/* Style for small footer address text */
.smalladdresstext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for small footer text */
.smallfootertext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

/* Style for small photo caption text */
.photocaptiontext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
        font-style : italic;
        font-weight : bold;
}

/* Style for form error messages */
.formerror {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-color : red;
}

/* Style for text links */
a {
	text-decoration: none;
}
a:visited {
	color: #8581ad;
}
a:hover {
	color: #313578;
}
a:active {
	color: #313578;
}
a:link {
	color: #8581ad;
}

.homelinks a {
	text-decoration: none;
}
.homelinks a:link {
	color: #313578;
}
.homelinks a:visited {
	color: #313578;
}
.homelinks a:hover {
	color: #8581ad;
}
.homelinks a:active {
	color: #8581ad;
}
