/* 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 {
	font-family: "Microsoft Sans Serif";
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #332e2e;
	outline: none;
}
sup, sub {
	font-size: 10px;
	line-height: 10px;
}


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


/* 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: #dc0a14;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.nextlink {
	padding-left: 12px;
	background-image: url(../image/web/link/next_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
}
div .nextlink {
	margin-top: 5px;
}
div .nextlink ~ .nextlink {
	margin-top: 0px;
}
.nextlink.white {
	background-image: url(../image/web/link/next_white_bg.gif);
}
.morelink {
	padding-right: 12px;
	background-image: url(../image/web/link/more_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: inline-block;
}
.morelink.white {
	background-image: url(../image/web/link/more_white_bg.gif);
}
.prevlink {
	padding-left: 12px;
	background-image: url(../image/web/link/prev_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
}
.prevlink.white {
	background-image: url(../image/web/link/prev_white_bg.gif);
}
.infolink {
	line-height: 22px !important;
	text-decoration: none;
	display: inline-block;
	margin-right: 15px !important;
}


/* 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 {
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, Palatino, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}
h1.title, h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
