
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* H1 style definition  */
h1
{
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 7pt;
	line-height: 10pt;
	letter-spacing: 2pt;
	font-style : italic;
}

/* H2 style definition  */
h2
{
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12pt;
	line-height: 10pt;
	font-style : italic;
}

/* This is the style for the home page text paragraph */
.hometext {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 13pt;
	line-height: 21pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 13pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for header text */
.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height: 20pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for form headers */
.formheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-color : white;
}

/* Style for form text */
.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for larger form text */
.largerformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

/* Style for small footer address text */
.smalladdresstext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for small footer text */
.smallfootertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height: 14pt;
	letter-spacing: 1pt;
}

/* Style for copyright text */
.copyrighttext {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 8pt;
	line-height: 10pt;
	letter-spacing: 2pt;
}

/* Style for copyright text */
.homenavtext {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 8pt;
	line-height: 10pt;
	letter-spacing: 1pt;
}

/* Style for copyright text */
.insidenavtext {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 8pt;
	line-height: 10pt;
	font-weight : 600;
}

/* Style for footer phone text */
.footerphonetext {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 8pt;
	line-height: 10pt;
	letter-spacing: 3pt;
}

/* Style for footer email text */
.footeremailtext {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 7pt;
	line-height: 10pt;
	letter-spacing: 2pt;
}

/* Style for smaller footer text */
.smallerfootertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 6pt;
	line-height: 13pt;
}

/* Style for small photo caption text */
.photocaptiontext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
        font-style : italic;
}

/* Style for form error messages */
.formerror {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-color : red;
}

/* Style for text links */

.links-footer a {
	text-decoration: none;
}
.links-footer a:link {
	color: #f2c1a9;
}
.links-footer a:visited {
	color: #f2c1a9;
}
.links-footer a:hover {
	color: #adcdbd;
}
.links-footer a:active {
	color: #adcdbd;
}

.links-email a {
	text-decoration: none;
}
.links-email a:link {
	color: #ffffff;
}
.links-email a:visited {
	color: #ffffff;
}
.links-email a:hover {
	color: #adcdbd;
}
.links-email a:active {
	color: #adcdbd;
}

.links-homenav a {
	text-decoration: none;
	Font-weight:bold;
	Letter-spacing:-.05px;
	Font-size:8pt;
}
.links-homenav a:link {
	color: #dce6e1;
}
.links-homenav a:visited {
	color: #dce6e1;
}
.links-homenav a:hover {
	color: #cfae98;
}
.links-homenav a:active {
	color: #cfae98;
}

.links-insidenav a {
	text-decoration: none;
	Font-weight:bold;
	Letter-spacing:-.05px;
	Font-size:8pt;
}
.links-insidenav a:link {
	color: #dce6e1;
}
.links-insidenav a:visited {
	color: #dce6e1;
}
.links-insidenav a:hover {
	color: #cfae98;
}
.links-insidenav a:active {
	color: #cfae98;
}

Font-weight:bold;

Letter-spacing:-.05px;

Font-size:9pt;

