/* this sheet provides general style rules */

a {
	color : #990000;
	text-decoration : underline;
	}

a:active {
	color : #990000;
	background-color : #FFFFFF;
	}

a:hover {
	color : #990000;
	background-color : #FFFFFF;
	}

a:visited {
	color : #990000;
	}
	
body, td, th, p {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 18px;
	}
	
body {
	margin : 0px;
	padding : 0px;
	text-align : left;
	}
	
h1, h2, h3 {
	/* different typeface as first option for headings */
	color : #990000;
	font-family : Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	}
	
h1 {
	/* page titles */
	font-size : 18px;
	margin-top : 28px;
	margin-left : 6px;
	margin-bottom : 18px;
	}
	
h2 {
	/* subheadings */
	font-size : 15px;
	margin-top : 24px;
	margin-left : 6px;
	margin-bottom : 4px;
	}
	
h3 {
	/* subheadings */
	font-size : 12px;
	margin-left : 6px;
	margin-bottom : 4px;
	}
	
b {
	color : #333333;
	font-weight : bold;
	}
	
td, th {
	/* redundant font rules required for NS4, match to body tag */
	vertical-align : top;
	}
	
th {
	color : #990000;
	font-weight : bold;
	}
	
p {
	margin : 6px;
	}	
	
.footerlinks {
	/* text links for main navigation */
	font-size : 11px;
	color : #990000;
	text-align : center;
	}
	
a.footerlinks:active {
	color : #990000;
	background-color : #FFFFFF;
	}

a.footerlinks:hover {
	color : #990000;
	background-color : #FFFFFF;
	}

a.footerlinks:visited {
	color : #990000;
	}	
	
.home {
	/* description for the homepage */
	font-size : 13px;
	line-height : 16px;	
	color : #000000;
	font-weight : bold;
	}

.caption {
	/* description of photos */
	font-size : 11px;
	line-height : 14px;	
	color : #999999;
	}
	
.address {
	/* contact information */
	font-size : 11px;
	line-height : 14px;
	color : #000000;
	}
	
.copyright {
	font-size : 10px;
	color : #999999;
	text-align : center;
	}	
