BODY
{font-family: verdana;
background: #18211D;
font-size: 8pt;
margin: 0px;
margin-left: 2px;
margin-right: 2px;
padding: 0px;}

a.menuNormal
{
text-decoration: none;
margin: 0px;
margin-left: 2px;
margin-right: 2px;
padding: 0px;
font-weight: bold;
color: white;
}
a.menuNormal:hover
{
text-decoration: none;
margin: 0px;
margin-left: 2px;
margin-right: 2px;
padding: 0px;
font-weight: bold;
color: black;
}

td.Headertext
{
 font-size: 12pt; verdana;
font-weight:bold;

}
table.Maintext
{
font: 8px; verdana;
}

p.menuNormal
{
margin: 2px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px
}

h1
{font-size: 12pt;
font-weight: bold;
padding-top: 2px;
margin: 0;}

h2
{font-size: 10pt;
font-weight: bold;
padding-top: 2px;
margin: 0;}

p
{margin: 2px;
text-align: justify;}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
font-weight: bold;
margin: 0px;
padding: 0px;
font-weight: bold;
background-color: grey;
}

td.menuNormal
{
font-size: 8pt;
padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
background-color: #3060F0;
}
td.menuOpen
{
color: white;
background-color: #3060F0;
}
td.menuHover
{
font-size: 8pt;
padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: #3060F0;}

div.menuNormal
{display: none;}

div.menuHover
{

background-color: #3060F0;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: white;
font-weight: bold;
background-color: #3060F0;
display: block;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 3px;
margin: 5px;}

a.menuitem:visited
{text-decoration: none;
color: black;

display: block;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 3px;
margin: 5px;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: #3060F0;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 3px;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
font-weight: bold;
background-color: #3060F0;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 3px;
display: block;}


li {
color: #000055;
}

span {
color: #000000;
}
div.ImageBar
{
background-image:url('bg_header.gif');
background-repeat:repeat-x;
}
a.link:link, a.link:visited {text-decoration: none; color: blue}
a.link:hover {text-decoration: underline; color: black; background: white;}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 1px;
	margin-top: 0px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

