body {
	background-color: #000000;
}
 
 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(kwicks/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 170px;
	height: 30px;
	margin-right: 0px;
	background-image:url(kwicks/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:30px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-250px 0px;
}
#kwick3 {
	background-position:-500px 0px;
}
#kwick4 { 
	background-position:-750px 0px;
}
#kwick5 { 
	background-position:-1000px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -250px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -500px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -750px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -1000px bottom; 
}



.rightcolumn {
font-size: 7.5pt; 
font-family: verdana; 
color:#666666; 
letter-spacing:0pt
outline:none;
}

.style1 {
	font-size: 19px;
        color: #FFCC99;
	font-weight: bold;
}

.style3 {
	font-size: 14px;
        color: #FFCC99;
	font-weight: bold;
}

body,td,th {
	color: #333333;
}

.style5 {color: #FFFFFF}

.leftcolumn {
font-size: 7.5pt; 
font-family: verdana; 
color:#CCCCCC; 
line-height:12px; 
letter-spacing:0pt}

a:link {
	color: #BE0151;
	text-decoration: none;
        outline:none;
        
}
a:visited {
	text-decoration: none;
	color: #BE0151;
        outline:none;
}
a:hover {
	text-decoration: underline;
	color: #8E0B2B;
        outline:none;
}
a:active {
	text-decoration: none;
	color: #8E0B2B;
        outline:none;
}

img { 
border: 0px solid #666666; 
}

.box {
	background: #ffffff;
	border: 5px solid #cfcfcf;
        width: 480px;
        text-decoration: none;
        
}

a:link {
	color: #BE0151;
	text-decoration: none;
        outline:none;
        
}
a:visited {
	text-decoration: none;
	color: #BE0151;
        outline:none;
}
a:hover {
	text-decoration: underline;
	color: #8E0B2B;
        outline:none;
}
a:active {
	text-decoration: none;
	color: #8E0B2B;
        outline:none;
}

.box1 {
	background: #cccccc;
	font-size: 9px; 
        font-family: verdana; 
        color:#ffffff;
        width: 100px;         
}

.box2

a {
	outline: none;
}



