
body, table, tr, td, div, ul {
	
	font-family:'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
  font-size:13px;
	
}

ul {
	margin-left:20px;
}

.Subline_grey {

  line-height:15px;
  font-family:'Verdana-Italic', 'Verdana', 'sans-serif';
  font-size:14px;
  font-style:italic;
  line-height:15px;
  font-weight:bold;
  color:#666666;

}

.div_content {
	
	width:360px;
	height:300px;
	background-color:#F4ECE6;
	padding:20px 10px 10px 10px;
	
}

html>body .div_content {
	
	width:340px;
	height:270px;
	
}

a:link {
	color:#999999;
	text-decoration:underline;
}
a:visited {
	color:#999999;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}