/* 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 event dates */
.eventdate {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 13pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for the event text */
.eventtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: 10pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for calendar text */
.label {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* This is the style for the home page date format */
.datestyle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-color : white;
	letter-spacing : .02in;
	padding : 0;
	border-width : 0;
	margin : 0;
}

/* This is the style for the home page weather format */
.weatherstyle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-color : white;
	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: 12pt;
	letter-spacing: 0pt;
}

/* 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: none;
}
a:visited {
	color: #669999;
}
a:hover {
	color: #153d83;
}
a:active {
	color: #153d83;
}
a:link {
	color: #669999;
}

.links-client a {
	text-decoration: underline;
	font-size : 11pt;
}
.links-client a:link {
	color: #bd3a24;
}
.links-client a:visited {
	color: #bd3a24;
}
.links-client a:hover {
	color: #669999;
}
.links-client a:active {
	color: #669999;
}

.links-client2 a {
	text-decoration: underline;
	font-size : 10pt;
}
.links-client2 a:link {
	color: #bd3a24;
}
.links-client2 a:visited {
	color: #bd3a24;
}
.links-client2 a:hover {
	color: #669999;
}
.links-client2 a:active {
	color: #669999;
}