/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	line-height: 9.5pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for text in list format */
.navtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height: 10pt;
	letter-spacing: 1pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for subcategory text in list format */
.navsubtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height: 9pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for text in list format */
.listtext {
	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 text in a table */
.tabletext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 14pt;	
}

/* 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;
	line-height: 8pt;
	letter-spacing: 1pt;
}

/* Style for small footer text */
.smallfootertext2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height: 8pt;
}

/* Style for smaller footer text */
.smallerfootertext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 6pt;
}

/* Style for smallest footer text */
.smallestfootertext {
	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: underline;
}
a:link {
	color: #a7896f;
}
a:visited {
	color: #a7896f;
}
a:hover {
	color: #91abcf;
}
a:active {
	color: #91abcf;
}

.links-footer a {
	text-decoration: none;
}
.links-footer a:link {
	color: #a7896f;
}
.links-footer a:visited {
	color: #a7896f;
}
.links-footer a:hover {
	color: #91abcf;
}
.links-footer a:active {
	color: #91abcf;
}

.links-b a {
	text-decoration: underline;
}
.links-b a:link {
	color: #91abcf;
}
.links-b a:visited {
	color: #91abcf;
}
.links-b a:hover {
	color: #a7896f;
}
.links-b a:active {
	color: #a7896f;
}

.navbar-d a {
	text-decoration: none;
}
.navbar-d a:link {
	color: #684323;
}
.navbar-d a:visited {
	color: #684323;
}
.navbar-d a:hover {
	color: #e3d6bf;
}
.navbar-d a:active {
	color: #e3d6bf;
}
