/*****************************
Document Global Reset Styles
*****************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, cite,
del, dfn, font, img, ins, kbd, q, s, samp, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
img{
	outline:0;
	border:none;
}
h1, h2, h3, h4, h5, h6{
	margin:0 0 0px 0;
	padding:0px;
}
ol, ul {
	list-style:inherit;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	border-left:3px solid #CCC;
	padding:0px 0 0px 7px;
	margin-left:10px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
h1{
	font-size:20pt;
}
h2{
	font-size:18pt;
}
h3{
	font-size:16pt;
}
h4{
	font-size:14pt;
}
h5{
	font-size:12pt;
	font-weight:bold;
}
h6{
	font-size:10pt;
	font-weight:bold;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.textcenter, .aligncenter{
	text-align:center;
}
.textjustify{
	text-align:justify;
}
.hidden{
	display:none;
	visibility:hidden;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
small{
	font-size:90%;
}
b, strong{
	font-weight:bold;
}
code{
	font-family:"Courier New", Courier, monospace;
}
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	margin:10px 0 10px 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin:10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}
.wp-caption p.wp-caption-text {
	font-size: 90%;
	padding: 3px 0 3px 0;
	margin: 0;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}