a:link
{
	color: rgb(102,102,0);
}
a:visited
{
	color: #993300;
}
a:active, a:hover
{
	color: rgb(204,51,0);
}
body
{
	font-family: "Book Antiqua", "Times New Roman", Times;
	text-align: justify;
	background: url(images/background.jpg);
}
h1
{
	color: rgb(102,0,51);
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
}
h2
{
	color:  rgb(153,102,0);
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
}
h3
{
	color: rgb(102,102,0);
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
}
h4
{
	color: rgb(102,0,51);
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
}
h5
{
	color: rgb(153,102,0);
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
h6
{
	color: rgb(102,102,0);
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
}
hr
{
	color: rgb(102,102,0);
}
table
{
/*	width:100%;
	background-color:rgb(102,102,0);
	margin-bottom:5px;
	text-align:center;
	border-color:#000000;
	border-width:medium;
	border-bottom-width:thick;*/
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-style: normal; 
}
ul
{ 
	list-style-image: url(images/bullet1.gif);
}
ul ul
{
	list-style-image: url(images/bullet2.gif);
}
ul ul ul
{
	list-style-image: url(images/bullet3.gif);
}
.nav a
{
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-position: center;
	position: relative;
	display: block;
	width: 140px;
	text-decoration: none;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	background-image: url(./images/navPage_Norm.gif);
}
.nav a:hover
{
	background-image: url(./images/navPage_High.gif);
	color: #EBEAC9;
}
.nav a:link, .nav a:active, .nav a:visited
{
	color: #EBEAC9;
}
.remove-pageNav
{
	margin-left: -163px;
}
.nav-left td
{
	margin: 0px;
}
.nav-left a
{
	display: block;
	width: 100px;
	height: 20px;
	background-image: url(./images/localNavLeft_Norm.gif);
}
.nav-left a:hover
{
	background-image: url(./images/localNavLeft_High.gif);
}
.nav-up td
{
	margin: 0px;
}
.nav-up a
{
	display: block;
	width: 100px;
	height: 20px;
	background-image: url(./images/localNavUp_Norm.gif);
}
.nav-up a:hover
{
	background-image: url(./images/localNavUp_High.gif);
}
.nav-right td
{
	margin: 0px;
}
.nav-right a
{
	display: block;
	width: 100px;
	height: 20px;
	background-image: url(./images/localNavRight_Norm.gif);
}
.nav-right a:hover
{
	background-image: url(./images/localNavRight_High.gif);
}
.hidden
{
	display: none;
}
.imageTable
{
	width:100%;
	background-color:rgb(102,102,0);
	margin-bottom:5px;
	text-align:center;
	border-color:#000000;
	border-width:medium;
	border-bottom-width:thick;
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-style: normal; 
}
.imageTableHeader
{
	background-color:#FFFFCC;
}
.imageTableRow
{
	background-color:#FFFFFF;
}