body, html {
	background:#FFF;
	font:12pt Arial, Helvetica, sans-serif;
	color:#000;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
	}	
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif
	}

h1 {
	font-size:2em;
	}

h2 {
	font-size:1.8em;
	}

h3 {
	font-size:1.5em;
	}

h4 {
	font-size:1.2em;
	}
				
img {
	display:inline;
	border:0;
	}

	/*** WordPress specific image classes ***/
	.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	.alignleft {
	float: left;
	margin: 4px 15px 5px 0;
	}

	.alignright {
	float: right;
	}

	.wp-caption {
	   text-align: center;
	   background-color: #fff;
	   margin-top:5px;
	   margin-right: 15px;
	   margin-bottom:0px;
	}

	.wp-caption img{
	   padding:2px;
	   border:1px solid #999;
	}

	.wp-caption img:hover{
	   border:1px solid #333;
	}

	.wp-caption p.wp-caption-text {
	   color:#666;
	   font-size: 10px;
	   line-height: 12px;
	   padding: 7px 4px 2px 5px!important;
	   margin: 0!important;
	}





#nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none
	}

hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}


