/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	outline: none;
}
sup, sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	outline: none;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* DEFAULT LIST STYLES */
ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}


/* LINK STYLES */
a {
	color: #003888;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}


/* IMAGE STYLES */
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 20px;
}
.imageright {
	float: right;
	margin-left: 20px;
}
.imagecenter {
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.imagecenter, .imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1 {
	font-size: 18px;
	display: block;
	font-weight: normal;
	line-height: 20px;
	color: #003888;
	text-transform: uppercase;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
	display: block;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 8px;
}
