/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, h4, h5, ul, li, ol, sup, sub {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #003768;
	outline: none;
}
sup, sub {
	font-size: 10px;
	line-height: 10px;
}


/* TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td {
	border-bottom: 1px solid #eee;
	padding: 2px 10px;
}
.colortable td.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: #0595d5;
	text-decoration: none;
}
a:hover {
	color: #b2d234;
	text-decoration: none;
}
.nextlink {
	padding-left: 10px;
	background-image: url(../image/web/link/next_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.nextlink: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 {
	display: block;
	margin-bottom: 5px;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}