/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
img{
	display:none;
	}
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}	

.ddfmwrap {
	display:none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {  
	font: 12px Georgia, "Times New-Roman", serif; 
	line-height: 1.6em;
	background-color: #fff; 
	color: #000;
	text-align:center;
	}
h1 {font: 200% Georgia, "Times New-Roman", serif; color:#fff;margin:2px 0 10px 33px;}
h2 {font: 170% Georgia, "Times New-Roman", serif; color:#000;margin:10px 0 10px 33px;}
h3 {font: 140% Georgia, "Times New-Roman", serif; color:#000;margin:10px 0 10px 33px;}
h4 {font: 120% Georgia, "Times New-Roman", serif; color:#000;margin:16px 0 10px 33px;}
p {font: 12px "Times New Roman", serif; line-height:16px;color:#333333;margin:0px 63px 10px 33px;}

ul{margin:0 28px 0 42px;font-size:90%;}
ul li{padding:2px 0 2px 0;line-height: 1.3em;}
ul.main {
	 list-style-type: none;
	 padding: 5px 0 5px 36px;
	 margin: 0 26px 0 0;}
ul.main li {
		padding-left: 0px;
		padding-bottom:3px;
		padding-top:3px;}	
.second{margin:0 0 0 82px;font-size:90%;list-style:circle;}

/**LAYOUT**/		
#page {
	margin: 0 auto;
	width: auto;
	background: #fff; 
	padding: 0px;
	text-align:left; }
	
#header { 
	border-bottom:1px dashed #000;
	margin-bottom:20px;
}
.nav {
  display:none;
}

#footer{
border-top:1px dashed #000;
padding:18px 0 0 0;
margin:10px 0 0 0;
height:78px;
}

#footer ul{
display:none;
}

#sidebar ul {
	 list-style-type: circle;
	 }
	 
#content ol {
	list-style-type: decimal;
	margin: 0 0 0 53px;}
		 
.button {
	display:none;
	}
