/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 15pt;
	letter-spacing: 1pt;
	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: 14pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for small footer text */
.smallfootertext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 6pt;
	line-height: 8pt;
	letter-spacing: 2pt;
}

/* Style for small photo caption text */
.photocaptiontext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	letter-spacing: 1pt;
        font-style : italic;
        font-weight : bold;
}

/* Style for text links */
a {
	text-decoration: none;
}
a:visited {
	color: #b6886b;
}
a:hover {
	color: #e9d7c9;
}
a:active {
	color: #e9d7c9;
}
a:link {
	color: #b6886b;
}

