/* Global Styles */
body {
	margin:0px;
	}


td {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 20px;
	letter-spacing: 1px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 18px;
	letter-spacing: 1px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 16px;
	letter-spacing: 1px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 13px;
	letter-spacing: 1px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 11px;
	letter-spacing: 1px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 9px;
	letter-spacing: 1px;
}
	
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
}

hr{
	color: #0000FF;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #228B22;
	text-decoration:none;
	font-weight: normal;
	}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B22222;
	text-decoration:underline;
	font-weight: normal;
	}



a.lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #228B22;
	text-decoration:none;
	font-weight: bold;
	}


a.lg:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B22222;
	text-decoration:underline;
	font-weight: bold;
	}
	
	
	
a.lg16 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #228B22;
		text-decoration:none;
		font-weight: normal;
		}
		
	
	
a.lg16:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #B22222;
		text-decoration:underline;
		font-weight: normal;
	}


a.wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006400;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: .1em;	
	}


a.wht:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #228B22;
	text-decoration:underline;
	font-weight: bold;
	letter-spacing: .1em;
	}


/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}


.tagline {
	font:11px times new roman;
	color: #000000;
	letter-spacing:.2em;
	}


.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}


.pageHeader {
	font:20px arial;
	color: #0000FF;
	letter-spacing:.1em;
	line-height:38px;
	}	


.bodyText {
	font:11px arial;
	color: #0000FF;
	line-height:24px;
	}


.subHeader {
	font:14px times new roman;
	color: #0000FF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}


.navText {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.1em;
	}


.scotbg{
	background-image: url(images/scotbg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}


table.border {
border-color: #7B9163;
	border-style: solid;
}

.bg{
	background-color: #7B9163;
}



.greenbg{
	background-image: url(images/green_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.seperator{
	background-color: #7B9163;
	background-image: url(images/seperator.jpg);
	background-position: right;
	background-repeat: no-repeat;
}