/*  
  NN4x Style Sheet */ 

/* Generic Paragraph style with links */ 

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 3px;
}

p a:link {
	color: #00008B;
}
p a:visited {
	color: #00008B;
}
p a:hover {
	color: #00008B;
	text-decoration: underline;
}
p a:active {
color: #00008B;
}


/* Font styles for Overview text in green table on Index page */ 

.p-white {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7F5D4;
	font-size: 95%;
	margin-top: 5;
	margin-bottom:5px;
}
.p-whiteHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7EFD4;
	font-size: 98%;
	line-height: 1.15em;
	margin-top: 5px;
	padding-left: 5px;
	/*margin-right: 5px;*/
	margin-bottom: 5px;
	/*margin-left: 5px;*/
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;*/
}
.p-creamHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFBEF;
	font-size: 98%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
.p-white a:link {
	color: #F7F5D4;
}
.p-white a:visited {
	color: #F7F5D4;
}
.p-white a:hover {
	color: #F7F5D4;
	text-decoration: underline;
}
.p-white a:active {
color: #F7F5D4;
}

/* Font styles for article headers on Index page */ 

.bodytextHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #101008;
	font-size: 102%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.bodytextHeader a:link {
	color: #101008;
}
.bodytextHeader a:visited {
	color: #101008;
}
.bodytextHeader a:hover {
	color: #101008;
	text-decoration: underline;
}
.bodytextHeader a:active {
color: #101008;
}

/* Font styles for article text on Index page */ 

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A4521;
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 0;
}

.bodytext a:link {
	color: #101008;
}
.bodytext a:visited {
	color: #101008;
}
.bodytext a:hover {
	color: #101008;
	text-decoration: underline;
}
.bodytext a:active {
color: #101008;
}
.footNote {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 3px;
}

/* Headings 1 to 6 in Black */ 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}

h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}

/* Font styles for H1 to H6 in white for Netscape 4x browsers */ 

.titleh1-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.titleh2-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.titleh3-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.titleh4-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFFFFF;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0;
	margin-bottom: 0;
	
}

ul {
	font-size: 95%;
	margin-left: 1.5em; padding-left: 0;  
	margin-top: 0;
	margin-bottom: 0;
	list-style: circle;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 3px;
	font-style: normal;
}

/*  quotes
-------------------------------------- */


/*.quote blockquote:before { 
		content: "\201C"; 
}

.quote blockquote:after { 
		content: "\201D"; 
} */

.quote blockquote			{
	font-size: 95%;
	/*padding: 0 0 10px 0;*/  
	margin: 0;
}

.quote dl
{
	font-size: 85%;
	margin: 5px 0 0 0;
	padding: 0;
}

.quote dt
{
	margin: 0;
	padding: 0;

}

.quote dd
{
	margin: 0;
	padding-bottom: 0;
}


/* Styles for non data tables*/ 

/* create 1 pixel grey border for tables */ 
.boxGreyBorder {
	border: 1px solid #EAEAEA;
}

/* Cream table row headers on index page*/ 
.boxIndexArticlesHeader {
	background-color: #425510;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* Green box at head of index page */ 
.boxIndexOverview {
	background-color: #525D10;
}
/* Table body styling for index page */ 
.boxIndexArticlesContent {
	background-color: #FFFBEF;
}
/* Black box at head of archives page */ 
.boxArchivesOverview {
	background-color: #5A6B2E;
}

.boxArchivesArticlesHeader {
	background-color: #5A6B2E;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Table Heading and alternating row colours for Data Tables */ 
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	margin-top: 0;
	margin-bottom: 0;
	color: Black;
	background-color: White;
	text-align: center;
}
.odd {
	background-color: #F4F4F4;
}
.even {
	background-color: #ffffff;
}

