﻿/* 
CSS Stylesheet file for NRM website 
Last updated:  05/05/2010, gwb
*/

body { 
	font-family: "Trebuchet MS";
}

img {
	border: 0px none;
}

.Text-Wht8pt { 
	font-size: 8pt; 
	color: #FFFFFF 
}

.Text-Body { 
	font-size: 10pt; 
	color: #0000FF; 
}

.ContentArea { 
	border-style: dotted; 
	border-width: 1px; 
	text-align: left;
	vertical-align: top;
}

.LeftBar { 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-size: small; 
	text-align: left;
	border-collapse: collapse;
	background-color: #333333;
	border-color: #000000;
}

.LeftBar a:link {
	color: #ffcc00;
	text-decoration: underline;
}

.LeftBar a:visited {
	color: #ffcc00;
	text-decoration: underline;
}

.LeftBar a:hover {
	color: #ff0000;
	text-decoration: none;
}

.LeftBar a:active {
	color: #ffcc00;
	text-decoration: underline;
}

.page-section-titles { 
	font-family: "Trebuchet MS"; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #800080; 
}

.FooterBar { 
	font-size: xx-small; 
	color: #FFFFFF; 
	text-align: center; 
	background-color: #000000; 
	font-weight: bold;
	vertical-align: middle;
}

.HeaderBar-R { 
	font-size: xx-small; 
	color: #FFFFFF; 
	text-align: right; 
	background-color: #000000; 
	vertical-align: middle;
}

.HeaderBar-L { 
	font-size: xx-small; 
	color: #FFFFFF; 
	text-align: left;
	font-style: italic;
	font-weight: bold;
	background-color: #000000; 
	vertical-align: middle;
}

.TableOne {
	border-collapse: collapse;
	width: 850px;
}