@charset "iso-8859-1";
a:hover {color: #FF9900;text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

	
h1 {
font: 12px tahoma;
color: #CDCDCD;
padding: 0px 0px 0px 0px;
margin: 0px;
}	
h2 {
font: 10px tahoma;
color: #CDCDCD;
padding: 0px 0px 0px 0px;
margin: 0px;
}

hr {
  border: 2;
  color: #EAEAEA;
  height: 2px;
  background-color: #EAEAEA;

}
		
	
.text {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4d4d4d;
	line-height:18px;
}
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}

