@charset "utf-8";
/* CSS Document */

#content{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	text-align:justify;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	line-height:20px;

	
}

#title1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:50px;
	margin-bottom:20px;
	width:200px;
	background-color:#eeeeee;
	height:30px;
	line-height:30px;
	padding-left:5px;
	
}

#subtitle{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}

#subsubtitle{

	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;	
	font-style:italic;	
	margin-top:20px;
	margin-bottom:5px;	
	
}

#title_center{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	width:100%;
	background-color:#eeeeee;
	height:30px;
	line-height:30px;
	
}