body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF9900;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF9900;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
A {color:#666666; text-decoration: underline; font-weight: bold;}
A:visited {color:#666666; text-decoration: underline; font-weight: bold;}
A:link	  {color:#666666; text-decoration: underline; font-weight: bold;}
A:visited {color:#666666; text-decoration: underline; font-weight: bold;}
A:hover	  {color:#FF9900; text-decoration: underline; font-weight: bold;}

/* Special link looking like menu */

#navcontainer
{
width: 200px;
margin: 0 auto;
padding: 1em 0;
text-align: center;
}

ul#navlist
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 160px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
padding-bottom: 5px;
}

ul#navlist li a
{
display: block;
width: 100%;
font-weight: bold;
font-size:12px;
cursor:hand;
cursor:pointer;
background-color: #3d6495;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
width:160px;
border: 1px solid #26456d;
padding: 5px 2px 5px 2px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #396594;
	background-color: #e7ebf7;
	border: 1px solid #26456d;
}

.JukeBoxBorder {
	border: 1px solid #396594;
}

