html, body
{
	background-color: #1C1C1C;
         background-image: url(../images/bg.jpg);
         background-repeat: repeat-x;

         margin: 0px;
         padding: 0px;
         font-size: 11px;
}

table
{
         font-family: arial;
         color: #FFFFFF;
         font-size: 11px;
}



.nav
{
         background-image: url(../images/bgNav.gif);
         background-repeat: no-repeat;
         height: 60px;
}
.navContent
{
	padding: 0px;
         vertical-align: top;
}


.content
{
         background-image: url(../images/bgContent.jpg);
         background-repeat: no-repeat;
         height: 424px;
}
.contentContent
{
	padding: 18px;
         padding-right: 26px;
         color: #222222;
         font-size: 12px;
}


.footer
{
         background-image: url(../images/bgFooter.jpg);
         background-repeat: no-repeat;
         height: 32px;
}
.footerContent
{
	padding-right: 15px;
         padding-top: 5px;
         color: #FFFFFF;
         text-align: right;
         font-size: 11px;
}

.imgBorder
{
	padding: 2px;
         border: solid 1px #222222;
}



a.inlineLink
{
	display: block;
         width: 100%;
         color: #222222;
         text-decoration: none;
         padding: 4px;
         font-weight: bold;
}
a:hover.inlineLink
{
	display: block;
         width: 100%;
         color: #222222;
         background-color: #A2A2A2;
         text-decoration: none;
         padding: 4px;
         font-weight: bold;
}




.footerLink
{
	text-decoration: none;
         color: #FFFFFF;
}



.boxDL
{
         width: 133px;
         padding: 3px;
         border: solid 1px #444444;
         background-color: #A3A3A3;
         text-align: center;
}

a.DLLink
{
	text-decoration: none;
         color: #222222;
         font-size: 11px;
}
a:hover.DLLink
{
	text-decoration: underline;
         color: #222222;
         font-size: 11px;
}


a.webLink
{
	text-decoration: none;
         color: #222222;
}
a:hover.webLink
{
	text-decoration: underline;
         color: #222222;
}


.form1 {
	border: solid 1px #000000;
         width: 300px;
}
.form2 {
	border: solid 1px #000000;
         width: 40px;
}
.form3 {
	border: solid 1px #000000;
         width: 255px;
}
.form4 {
	border: solid 1px #000000;
         width: 300px;
         height: 100px;
}