
/* Main body style definition  */
BODY  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	line-height: 20pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for header text */
.header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15pt;
	line-height: 22pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for form headers */
.formheader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-color : white;
}

/* Style for form text */
.formtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

/* Style for larger form text */
.largerformtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for small footer address text */
.smalladdresstext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
}

/* Style for small footer text */
.smallfootertext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Style for small photo caption text */
.photocaptiontext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
        font-style : italic;
        font-weight : bold;
}

/* Style for form error messages */
.formerror {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-color : red;
}