a:link
{
	color: rgb(0, 6, 167);
	text-decoration: underline; 
}
a:active 
{
	color: rgb(0, 151, 0);
	text-decoration: underline;
}
a:hover
{
	color: rgb(0, 151, 0);
	text-decoration: underline;
}
a:visited
{
	color: rgb(255, 102, 0);
	text-decoration: underline; 
}
.speciallink a:link
{
	color: rgb(0, 6, 167);
	text-decoration: underline; 
}
.speciallink a:active 
{
	color: rgb(0, 151, 0);
	text-decoration: underline;
}
.speciallink a:hover
{
	color: rgb(0, 151, 0); font-size:10pt;
	text-decoration: underline;
}
.speciallink a:visited
{
	color: rgb(255, 102, 0);
	text-decoration: underline; 
}
body
{
	font-family: Georgia;
	color: #000000; font-size:12pt
}
caption
{
	color: #000000; font-size:10pt; font-weight:bold
	text-decoration: none;
}
.img-shadow
{
	float:center;
	background: url('images/shadow.png') no-repeat bottom right !important;
	background: url('images/shadow.gif') no-repeat bottom right;
	width: 474px;
	height: 374px
}

.img-shadow img
{
	display: block;
	position: relative;
 	border: 1px solid #808080;
	margin: 6px 6px 6px 6px;
} 
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3
{
	font-family: Papyrus; font-weight:bold;
}
h1
{
	color:#000080; font-size:14pt; margin-bottom:12
}
h2
{
	color: #800000;font-size:12pt; line-height:100%; margin-bottom:12 
}
h3
{
	color: #003300;font-size:12pt; margin-bottom:12 
}
#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	text-align: left;
	font-family: georgia;
	font-size: 10px;
	height: 30px;
}

#navcontainer ul li {display: inline;}

#navcontainer ul li a
{
	text-decoration: none;
	padding-top: 10px;
	padding-left: 18px;
	color: #009700;
	width: 150px;
	height: 30px
}

#navcontainer ul li a:hover
{
	background-position: 0% 0%; color: #0006A7;
	font-style: italic;
	width: 150px;
	height: 30px; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}