* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
/*background:url(images/mainbg.jpg) repeat-x;*/
background-color:#dbdbdb;
color: #dbdbdb;
padding-top: 5px;
scrollbar-face-color:#009900;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
}

.table {
background:url(images/sidemenubg1.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

.tablemain {
background:url(images/bgmain.jpg);
background-repeat:no-repeat;
background-color:#e1fde2;
background-position:bottom;
}

.page {
background:url(images/pagebg.jpg);
background-repeat:no-repeat;
background-color:#dbdbdb;
background-position:bottom;
}

a {
color:#ffffff;
text-decoration: underline;
}

a:visited {
text-decoration: none;
}

a:hover {
/*color: #777777;*/
color:#999999;
text-decoration: underline;
}

.Redfont {
	font-family:Verdana;
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}

.Greenfont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#24dc05;
	
}

.Bluefont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#250192;
	font-weight:bold;
}

.BigGreenfont {
	font-family:Verdana;
	font-size:12px;
	color:#009900;
	font-weight:bold;
}

.Whitefont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.BoldWhitefont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

.DarkGreyfont {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
}

.BoldDarkGreyfont {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.BigDarkGreyfont {
	font-family:Verdana;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	font-style:italic;
}

.DarkGreyfontLarge {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

.LSIDarkGreyfontLarge {
	font-family:Verdana;
	font-size:16px;
	color:#333333;
	font-weight:bolder;
}

.normWhitefont {
	font-family:Verdana;
	font-size:14px;
	color:#FFFFFF;
	
	font-weight:bold;
}

.titleWhitefont {
	font-family:Verdana;
	font-size:22px;
	color:#FFFFFF;
	
	font-weight:bold;
}

.Footerfont {
	font-family:Verdana;
	font-size:9px;
	color:#24dc05;
}

.BoldWhiteFooterfont {
	font-family:Verdana;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}

.Italicsmallfont {
	font-family:Verdana;
	font-size:9px;
	color:#E8E8E8;
	font-style:italic;
}

.floatleft {
	float:left;
	margin-right:5px;
}
.floatright {
	float:right;
	margin:5px;
}

.BigDarkGreyfont {
	font-family:Verdana;
	font-size:12px;
	color:#CD2C48;
	font-weight:bold;
	font-style:italic;
}

.BigYellowfont {
	font-family:Verdana;
	font-size:11px;
	color:#f5f07b;
	font-weight:bold;
}

.Yellowfont {
	font-family:Verdana;
	font-size:11px;
	color:#f5f07b;

}

.BoldYellowfont {
	font-family:Verdana;
	font-size:12px;
	color:#f5f07b;
	font-weight:bold;
}

.smallblackfont {
	font-family:Verdana;
	font-size:9px;
	color:#333333;
}

.MidWhitefont {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

#container {
     width: 750px;
     height: 132px;
     position: absolute;
     left: 50%;
     top: 50px;
     margin-left: -150px;
     overflow: hidden;
     border: inset 6px #6699cc;   
 }
 
 #image0 {
     width: 100px;
     position: absolute;
     left: 0px;
     border:0px;
 }

#image1 {
     width: 100px;
     position: absolute;
     left: 100px;
     border:0px;
 }

#image2 {
     width:100px;
     position: absolute;
     left: 200px;
     border:0px;
 }

#image3 {
     width: 100px;
     position: absolute;
     left: 300px;
     border:0px;
 }
 
 #image4 {
     width: 100px;
     position: absolute;
     left: 400px;
     border:0px;
 }

#image5 {
     width: 100px;
     position: absolute;
     left: 500px;
     border:0px;
 }

#image6 {
     width:100px;
     position: absolute;
     left: 600px;
     border:0px;
 }


