/*Reset All*/
*{ 
	float:none;
	background-color: white;
	font-size: 11pt;
	font-family: Times, serif;
	color: #666;
	}


#sidebar,
#tab,
#speechbubble,
#speechbubblebottom,
#payment_calculator,
.entry object,
.entry embed,
.navigation,
hr {
	display: none;
	}

#page,
#content,
#footer {
	width: 100%;
	}
	
#footer {
	text-align: center;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 9pt !important;
	clear: both;
	margin: 5pt 0 0 0;
	padding: 0;
	}
	
#titlename p {
	font-size: 18pt !important;
	}
#titlename .subtitle {
	font-size: 12pt !important;
	}
#titlenumber p {
	font-size: 18pt !important;
	float: right;
	}
	
a, a:link, a:visited {
	color: #520;
	text-decoration: underline;
	}

.pagetitle {
	border-bottom: 2pt solid #333;
	border-top: 1pt solid #333;
	padding: 4pt;}
h2 {
	border-bottom: 1pt solid #ddd;
	border-top: 1pt solid #ddd;
	padding: 2pt 2pt 4pt 2pt;
	text-align: center;
	margin-top: 5pt;
	}
	
.post img {
	float: right;
	}
	
.entry p {
	text-indent: 25pt;
	}
	
.legal,
.postmetadata {
	font-size: 9pt;
	font-style: italic;
	}
