
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}


.border {	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}


a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}


td { vertical-align:top; }


/* image border on mouseover for thumnails */

.borderit img{
border: 1px solid #000;
}

.borderit:hover img{
border: 1px solid #fff;
}

.borderit:hover{
color: white; /* irrelevant definition to overcome IE bug */
}

/* end image border */





body {
		font-size: 12px;
		font-family: Helvetica, Arial, Geneva;	
		color:#fff;
		background-image: url('sidebar/<?=$images[$i]?>'); 
		background-repeat: no-repeat; 
		background-position:0px 150px;
		line-height: 1.4;
}
a:link {
		font-size: 12px;
		font-family: Helvetica, Arial, Geneva;
		text-decoration: none;
}

a:visited {
		font-size: 12px; 
		font-family: Helvetica, Arial, Geneva;
		text-decoration: none;
		color: #FFFFFF;
}

a:hover {
		font-family: Helvetica, Arial, Geneva;
		color: #000000;
		background:#FFFFFF;

}


.alive:hover {background:#000;}


a:active {
	text-decoration: none;
}


p {
	line-height: 1.4;
	font-family: Helvetica, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
