@charset "utf-8";
/* CSS Document */

.content {
	background-color: #fafafa; /*ffffff*/	
	font-family: Calibri, Tunga, "Trebuchet MS", "Tw Cen MT Condensed", "AvantGarde LT CondMedium", "Helvetica LT Condensed",  			 	sans-serif;
	font-size: 90%;
position: relative;
	float: right;
	width: 520px;
	height: 397px;
	right:65px;
	overflow: auto;
	
	}
	
.list {
	position: absolute;
	padding-left:20px;
	width: 200px;
	height: 397px;
	line-height:20px;
	
}

.links1 {
	font-family: Calibri, Tunga, "Trebuchet MS", "Tw Cen MT Condensed", "AvantGarde LT CondMedium", "Helvetica LT Condensed",  			 	sans-serif;
	font-size: 95%;
	text-decoration: none;
	color:#000000;
	line-height:20px;
	
	
	}

.links1:hover {  
	font-family: Calibri, Tunga, "Trebuchet MS", "Tw Cen MT Condensed", "AvantGarde LT CondMedium", "Helvetica LT Condensed",  			 	sans-serif;
	font-size: 90%;
	text-decoration: none;
	color:#cc0000;
	}
