@charset "utf-8";
body  {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
}

#package, #content{
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0px none;
	float: none !important;
	color: #000;
}
	
div#navigation {
	display: none;
}
div#header_contact { 
	display: none;
}
div#header, h1, h3, h6 {
	text-align: center;
}
div#contact_print {
	display: none;
}
div#content { 
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #000;
}
a:link a:visited {
	color: #781351;
	font-weight: bold;
	text-decoration:underline;
}
span {
	text-decoration: underline;
	font-weight: bold;
	
}
div#content a:link:after, #content a:visited:after {
	content: "attr(href)";
	font-size: 90%;
}
div#content ul li{     
	list-style-type: circle; 
	text-align: left;
}

div#content p.text_style {
	font-variant:  small-caps;
	font-weight: bold;
}

div#footer { 
display: none;
    
} 