/* 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #343434;
	outline: none;
}
sup, sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	color: #343434;
	outline: none;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.colortable td {
	border: 1px solid #eeeeee;
	padding: 2px 6px;
}
td.colortablelabel {
	background-color: #eeeeee;
	font-weight: bold;
	border-color: #eeeeee;
	border-bottom-color: #ffffff;
}
tr.colortablerow td {
	background-color: #eeeeee;
	font-weight: bold;
	border-color: #eeeeee;
	border-right-color: #ffffff;
}


/* 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: #d91770;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backpu {
	background-color: #56166f;
}
.backpi {
	background-color: #d91770;
}
.backlg {
	background-color: #e5e5e5;
}


/* 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: 20px;
	display: block;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	margin-bottom: 7px;
}
h2, h3 {
	font-size: 17px;
	display: block;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	margin-bottom: 5px;
}
.nextlink {
	padding-left: 10px;
	background-image: url(../image/web/link_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.morelink {
	padding-right: 10px;
	background-image: url(../image/web/link_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.printlink {
	padding-left: 20px;
	background-image: url(../image/web/print_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.telllink {
	padding-left: 20px;
	background-image: url(../image/web/tell_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.registerlink {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	background-image: url(../image/web/register_bg.gif);
	background-position: top;
	margin-top: -28px;
	display: block;
	width: 220px;
	height: 30px;
	position: relative;
	z-index: 100;
}
.registerlink:hover {
	background-position: bottom;
}
