* {
}

body {
    background: #FFF;
    color: black;
    font-size: 12pt;
    text-align: justify;
    padding: 0px;
    margin: 0px;
}

h1 {font-size: 15pt;}

#preload {display: none; }


#clip1, #clip2, #clip3, #clip4 {   display: none; }

/*** CONTENT ***/

#content{
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
        text-align: justify;
	margin: 0px;
}

#back, #backf, #top { display: none;}


#cols {
	position: relative;
	top: 0px;
	width: auto;
	_width: auto;
	margin: 0px;
}

#co1, #co2, #co3 {	
	clear: both;
	height: auto;
}

#co1, #co2 #links, #co3 {  display: none; }
#co2 {	width: auto;	border-left: 0px solid white; }

.boxnewl {
	background: #FFF;
	padding: 0px;
	height: auto;
}

.boxraid {
	background: #FFF;
	padding: 0px;
	height: auto;
	border-bottom: 0px solid white;
	overflow: visible;
}
.boxraid table{ 
	width: auto;  
	height: auto; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid black;
	font-weight: bold; 
	text-align: left;
}
.boxraid td {border: 1px solid black; padding: 1px 2px 1px 2px;}
.boxraid img.all {display: none;}
.boxraid img.print {display: block;}
.boxraid div.break {display: block; height: 100px;}


.boxpart {
	background: #FFF;
	padding: 0px;
	height: auto;
}
.boxpart a {border-bottom: 0px;}
.boxpart img {padding: 0px; border: 0px solid white;}

.boximp {
	background: #FFF;
	padding: 0px;
	height: auto;
}

.print {
	display: none; 
}


a {	
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}


a:visited, a:active {	color: white;}
a:hover { color: #999;}




#co2 #links a, #co2 #links a:link, #co2 #links a:visited, #co2 #links a:active{
	font-size: 14px;
	text-decoration: none;
	border-bottom: 2px solid white;
}

#co2 #links a.act {
    color: rgb(255,180,4);
}

#co2 #links a:hover {
	color: #999;
}





a.nav {
    color: rgb(255,180,4);
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px dotted rgb(255,180,4);
}

a.nav:hover {
    	text-decoration: none;
	border-bottom: 2px dotted rgb(255,180,4);
}



