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


/* TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td, .colortable th {
	border-bottom: 1px solid #ddd;
	padding: 2px 10px 2px 0px;
}
.colortable td.label, .colortable th.label {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	width: 100px;
}


/* 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: #0067aa;
	text-decoration: none;
}
a:hover {
	color: #353132;
	text-decoration: none;
}
p a[href^="mailto:"],
p .maillink {
	padding-left: 20px;
	background-image: url(../image/web/link/mail_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
}
.nextlink {
	padding-left: 10px;
	background-image: url(../image/web/link/next_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 15px;
}
.nextlink:hover {
	background-position: 0px -60px;
}
.morelink {
	padding-right: 10px;
	background-image: url(../image/web/link/more_bg.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	display: inline-block;
}
.morelink:hover {
	background-position: right -60px;
}
.prevlink {
	padding-left: 10px;
	background-image: url(../image/web/link/prev_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}
.prevlink:hover {
	background-position: 0px -60px;
}


/* 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, h2, h3, h4, h5, div.title {
	display: block;
}
h1, div.title {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
h2, h2 * {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	margin-bottom: 10px;
}
