@charset "utf-8";
/* CSS Document */

/* Begin: Master Reset */

/*----------------------------------------------------------------
  Note: Please do not edit the master reset
*/
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, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol {
	list-style-image:url(http://www.inspin.com/images/2009/bullet-links.png);
	padding-left:16px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End: Master Reset */

/* Begin: Globals */
.hide_this {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* P.I.E. Float Clearing */
.clear {
	clear:both;
	font-size:0;
	width:0;
	height:0;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
p img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p img.align_right {
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}
p img.align_left {
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
}
p img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}
p img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
}
.png_fix {
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
img.alignleft {
	float:left;
	padding:2px;
	margin:0 20px 20px 0;
}
img.alignright {
	float:right;
	padding:2px;
	margin:0 0 20px 20px;
}
img.aligncenter {
	text-align:center;
	padding:2px;
}
table {
	font:normal 11px Arial, Helvetica, sans-serif;	
}
table th {
	color:#f1f2f2;
	background:#383838;
	text-transform:uppercase;
	font-weight:bold;
}
table td, table th {
	padding:2px;
}
table td {
	/*border:1px solid #CCC;*/
	border::none;
}
table td.separator {
	background:#ccc;
	height:2px;
	padding:0px;
}
table tr.even td {
	background:#f1f2f2;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
/* End: Globals */

