* {
	/* padding:0px; */ /* This has been removed to allow admin to apply cellpadding to wysiwyg editor tables. */
	margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family:arial,tahoma,verdana,sans serif;
	font-size:small;
	color:#666;
	background-color:#FFF;
}
hr {
	height:1px;
	clear:both;
}
img
{
	text-decoration:none;
}
div {
}
p {
	margin-bottom:1em;
}
a
{
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration:underline;
}
h1
{
	font-size: 18px;
	color: #007AC2;
	font-weight: normal;
	display: block;
	margin: 0 0 0px 0;
}
h1 span {
	display:block;
	padding:0 0 8px 0;
	border-bottom:3px solid #9FCDEF;
}
h2,
h2 a {
	font-size:15px;
	color:#007AC2;
	font-weight:bold;
	line-height:15px;
	margin:20px 0 5px 0;
}
h3 {
	font-size:1.4em;
	margin-bottom:1em;
}
h4 {
	font-size:1.3em;
	margin-bottom:1em;

}
h5 {
	font-size:1.2em;
	margin-bottom:1em;

}
h6 {
	font-size:1.1em;
	margin-bottom:1em;
}

ul {
	padding-left:2.5em;
	margin-bottom:1em;
}
ol {
	padding-left:2.5em;
	margin-bottom:1em;
}
blockquote {
	padding-left:2em;
}

dd {
	margin-bottom:1em;
}
dt {
	font-weight:bold;
	font-size:1.1em;
}
td{
	vertical-align:top;
	font-size:small;
}
td div {
}
th{
	vertical-align:top;
	text-align:left;
}
hr {
	border-top:1px dotted #6BB5A4;
	border-right:0px dotted #FFF;
	border-bottom:0px dotted #FFF;
	border-left:0px dotted #FFF;
	height:1px;
	margin:10px 0;
}



