body {
	background-image:url('../Images/body-bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color:#ffff;
	font: x-small Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px; /*Scrollbar */
	scrollbar-arrow-color: Olive;
	scrollbar-face-color: White;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: #FEFCF3;
	scrollbar-3dlight-color: Olive;
	scrollbar-darkshadow-color: Olive;
	scrollbar-track-color: grey;
}

.nav{
	background-image:url('../Images/body-bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color:#ffff;
	}

td {
	font-family: Georgia;
	font-size: 13px;
	font-style: bold;
	color: Grey;
}

td.label { 
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: grey;
	text-decoration: underline;
}

#table2 td{
	height:50px;
	}
	
	
	/*links */
a:link {
	color: #003366;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #F8972B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #F8972B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

H1 {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	color: #003366;
}


H2 {	
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size: 13px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#000;
}

H3 {	
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
}
