html 
{
	background: black;
	background-image: url( '../images/background.jpg' );
	background-repeat:repeat-x;
}


.txt
{
	 background-color:#CCCCCC;
	 border-width:1;
	 border-color:#333333;
	 border-style:solid;
}

a.navi1 { background:url(../images/1.jpg) repeat 0px 0px; width: 191px; height: 37px; display: block;}
a.navi1 span { display: none; }
a.navi1:hover { background: url(../images/1.jpg) repeat 0px 37px; }
a.navi1_activated { background:url(../images/1.jpg) repeat 0px 37px; width: 191px; height: 37px; display: block;}

a.navi2 { background:url(../images/2.jpg) repeat 0px 0px; width: 191px; height: 37px; display: block;}
a.navi2 span { display: none; }
a.navi2:hover { background: url(../images/2.jpg) repeat 0px 37px; }
a.navi2_activated { background:url(../images/2.jpg) repeat 0px 37px; width: 191px; height: 37px; display: block;}

a.navi3 { background:url(../images/3.jpg) repeat 0px 0px; width: 191px; height: 37px; display: block;}
a.navi3 span { display: none; }
a.navi3:hover { background: url(../images/3.jpg) repeat 0px 37px; }
a.navi3_activated { background:url(../images/3.jpg) repeat 0px 37px; width: 191px; height: 37px; display: block;}

a.navi4 { background:url(../images/4.jpg) repeat 0px 0px; width: 191px; height: 37px; display: block;}
a.navi4 span { display: none; }
a.navi4:hover { background: url(../images/4.jpg) repeat 0px 37px; }
a.navi4_activated { background:url(../images/4.jpg) repeat 0px 37px; width: 191px; height: 37px; display: block;}

a.navi5 { background:url(../images/5.jpg) repeat 0px 0px; width: 191px; height: 37px; display: block;}
a.navi5 span { display: none; }
a.navi5:hover { background: url(../images/5.jpg) repeat 0px 37px; }
a.navi5_activated { background:url(../images/5.jpg) repeat 0px 37px; width: 191px; height: 37px; display: block;}

body
{

font-family: Trebuchet MS;
font-size: 14px;
color: #FFFFFF;
margin: 0px;
text-align: center;
background-color: #000000;
background-image: url( '../images/background.jpg' );
background-repeat:repeat-x;
}

a 
{
	color: White;
	text-decoration: none;
}
a.hover
{
	color: White;
	text-decoration:underline;
}

#divBody 
{
	margin-left: auto;
	margin-right: auto;
	width: 896px;
	position: relative;
	background-color: Yellow;
	background-color : transparent;
	
}



#tblMenu
{
	height: 34px;
	text-align: center;	
}

#tblMenu td 
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;	
}

#tblMenu td a:hover
{
	text-decoration: underline;
}

#tblBody 
{	
	border-left: solid 1px #171717;
	border-right: solid 1px #171717;	
}

#divBodyLeft 
{
	background-image: url( '../images/body_left_bg.jpg' );	
	background-repeat:repeat-x;
	float: left;	
	width: 191px;
	padding-bottom: 30px;
}

#olLeftMenu 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#olLeftMenu li 
{
	height: 25px;
	padding-top: 7px;
	border-bottom: solid 1px #171717;
	padding-left: 37px;	
	font-weight: bold;
}


#olLeftMenu li:hover 
{
	background-image: url( '../images/left_menu_star_yellow.jpg' );
}

.YellowStar 
{
		background-image: url( '../images/left_menu_star_yellow.jpg' );
}

#olLeftMenu li a:hover
{
	text-decoration: underline;
}

#divBodyText 
{
	float: left;
	width: 673px;
	margin-left: 20px;
}

.divTitle
{
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
	background-image: url( '../images/divTitleBG.jpg' );
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#divFooter
{
        background-color:#000000;
        background-image: url( '../images/bottom_bg.jpg' );
	height: 189px;
}

.imagestyle
{
border:solid;
border-color:#333333;
}

#tblFooter
{
	width: 896px;
}

#tblFooter td 
{
	padding-top: 10px;
	font-weight: bold;
}

#tblFooter td a:hover
{
	text-decoration: underline;
}


#tdFooterIcons
{
	background-image: url( '../images/divFooterIcons.jpg' );	
	background-repeat: no-repeat;
	text-align: right;
}

#divFooterMenu 
{
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 100px;
	}
	