@charset "utf-8";
/* CSS Typography */

body{
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:21px;
	color:#000;
}

h1, h2, h4, h5, h6, strong {
	font-weight:bold;
}

em {
	font-style:italic;
	font-weight:inherit;
}

blockquote, ul, ol, dl {
	margin:1em;
}

ol, ul, dl {
	margin-left:2em;
}

th, td {
	border:1px solid #000;
	padding:.5em;
}

th {
	font-weight:bold;
	text-align:center;
}

caption {
	margin-bottom:.5em;
	text-align:center;
}

p, fieldset, table {
	margin-bottom:1em;
}

a{
	color:#999999;
}

a.more{
	color:#1f9be1;
}




/*	styles from WYSIWYG	*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

img.right {
	float: right;
	margin-left: 20px;
}

img.left {
	float: left;
}

img.leftAlone {
	float: left;
	margin-right: 100%;
}

img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

span.strike{
	text-decoration:line-through;
}