body {
	font-family: Verdana, Geneva, sans-serif;
	}

a {
	color: #6fa150;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 100;
	color: #222;
	margin: 0 0 0.6em 0;
	clear: both;
	}
	h1 {
		font-size: 2.5em;
		}
	h2 {
		font-size: 2.2em;
		}
	h3 {
		font-size: 1.9em;
		}
	h4 {
		font-size: 1.6em;
		}
	h5 {
		font-size: 1.4em;
		}
	h6 {
		font-size: 1.2em;
		}

p {
	color: #555;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	}

b, strong {
	font-weight: bold;
	}
	
i, em {
	font-style: italic;
	}

ul, div#content ol {
	margin: -1.2em 0 1.4em 3em;
	}
	ul li, ol li {
		color: #444;
		font-size: 1.4em;
		line-height: 1.4em;
		}

address {
	color: #444;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.4em;
	font-style: italic;
	}

pre {
	color: #444;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.4em;
	font-style: italic;
	}


blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-style: italic;
	color: #5e5e5e;
	min-height: 24px;
	background: transparent url('../_img/quote-open.png') 0 0 no-repeat;
	margin: 25px 40px;
	padding: 5px 0 0 35px;
	}
	
img {
	margin: 5px;
	}
	img.alignright {
		float: right;
		margin-left: 15px;
		}
	img.alignleft {
		float: left;
		margin-right: 15px;
		}
	img.alignnone {
		}

table {
	margin-bottom: 18px;
	}
	table tr td {
		vertical-align: top;
		}
	table tr td[align="center"] * {
		text-align: center;
		}
	table tr td p {
		margin: 0.1em 0 0.4em 0.5em;
		}
	table tr td p img {
		margin-bottom: 0;
		}
	
	table.grid tr td {
		padding-bottom: 20px;
		}
		table.grid tr td p {
			margin: 0;
			}

/* Default Wordperss */

div.alignleft {
	float: left;
	}
div.alignright {
	float: right;
	}
div.aligncenter {
	margin: 0 auto;
	}

div#content div.alignleft {
	margin: 4px 15px 0 0;
	}
div#content div.alignright {
	margin: 4px 0 0 15px;
	}
div#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	div#content .wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
		}
	div#content .wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
		}

