/* The First 47 CSS */

p  { font-family:Georgia; font-size:11px; color:#666666; text-decoration: none; font-weight: normal; } 
p.title  { font-family:Georgia; font-size:11px; color:#666666; text-decoration: none; font-weight: normal; } 
p.information  { font-family:Georgia; font-size:11px; color:#666666; text-decoration: none; font-weight: normal; } 
p.new  { font-family:Georgia; font-size:11px; color:#661166; text-decoration: none; font-weight: normal; } 

.title a:link { font-family:Georgia; font-size:11px; color: #666; text-decoration: none; font-weight:bold; }    
.title a:visited { font-family:Georgia; font-size:11px; color: #666; text-decoration: none; font-weight:bold; }  
.title a:hover { font-family:Georgia; font-size:11px; color:#FFFFFF; text-decoration:none; background-color:#666666; font-weight:bold; } 
.title a:active { font-family:Georgia; font-size:11px; color:#666666; text-decoration: none; font-weight:bold; }

.list a:link { font-family:Georgia; font-size:11px; color:#666666; text-decoration: none; font-weight: normal; }    
.list a:visited { font-family:Georgia; font-size:11px; color:#666666; text-decoration: none; font-weight: normal; }  
.list a:hover { font-family:Georgia; font-size:11px; color:#FFFFFF; background-color: #666666; text-decoration:none; font-weight: normal; } 
.list a:active { font-family:Georgia; font-size:11px; color:#FFFFFF; text-decoration: none; font-weight: normal; }

.magenta{
color:magenta;
}


.column1 {
	width:132px;
	position:absolute;
	top:9px;
	left:24px;
	margin-right:10px;
	font-family:Georgia;
	font-size:11px;
	color:#666666;
	text-align:left;
}

.column2 {
	width:700px;
	position:absolute;
	top:15px;
	left:200px;
}
