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



body {
	background-color: #ffffff;

}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5f5f5f;
	line-height: 17px;

}


a {
	text-decoration:none;
	font-size: 11px;
	color: #5f5f5f;
	line-height: 17px;
}




a:hover {
	text-decoration:none;
	 color: #b5b5b5;
}



.selected {
	font-size: 11px;
	color: #b5b5b5;
	line-height: 17px;
}








#content {
  position:relative;
  margin: 0 auto;
  width: 1250px;
  top: 100px;
  left: 150px;
}












