body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
background-color:#999999;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	background-color: #ffff00;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
  color: #000099;
text-decoration: none;  
}

a:hover {
color: #000099;
text-decoration: none;
	
}

a:active {
	color: #000000;
}
.side {
	background-color: #FF0000;
}
#navcontainer { width: 100%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100%;
background-color: #000;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ffff00;
color: #000;
}
#navcontainerh ul
{
padding-left: 0;
margin-left: 0;
background-color: #000;
color: White;
float: center;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

#navcontainerh ul li { display: inline; }

#navcontainerh ul li a
{
padding: 0.2em 1em;
background-color: #000;
color: White;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
}

#navcontainerh ul li a:hover
{
background-color: #ffff00;
color: #000;
}
#navcontainerh ul
{
padding-left: 0;
margin-left: 0;
background-color: #000;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainerh ul li { display: inline; }

#navcontainerh ul li a
{
padding: 0.2em 1em;
background-color: #000;
color: White;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
}

#navcontainerh ul li a:hover
{
background-color: #ffff00;
color: #000;
}

.contenttable {
	background-image: url(images/bgr.jpg);
	background-repeat: no-repeat;
}
.contenttable2 {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
}