/* DEFAULT TEMPLATE & EDITOR STYLES */
body {
	background-color: #ffffff;
}
body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #003340;
	outline: none;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
}


/* COLORED TABLE STYLES */
.colortable {
	width: 600px;
}
.colortable td {
	border-bottom: 1px solid #cccccc;
	padding: 2px 10px 2px 0px;
}


/* LIST STYLES */
ul, ol, li {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	color: #003340;
}
ul {
	padding-left: 25px;
}
ol {
	padding-left: 25px;
}


/* LINK STYLES */
a {
	color: #a4a30f;
	text-decoration: none;
}
a:hover {
	color: #a4a30f;
}
a img {
	border: 0px;
}
.nextlink {
	padding-left: 15px;
	margin-top: 4px;
	background-image: url(../image/web/nextlink_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #a4a30f;
}
.nextlink_footer {
	padding-left: 15px;
	background-image: url(../image/web/nextlink_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #a4a30f;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backbl {
	background-color: #003340;
}
.backgr {
	background-color: #c3c216;
}


/* IMAGE STYLES */
.imageleft {
	float:left;
	margin-right: 15px;
}
.imageright {
	float: right;
	margin-left: 15px;
}
.imagecenter {
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}
.imagecenter, .imageleft, .imageright {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* EDITOR STYLES */
h1 {
	font-family: 'VistaSansBoldRegular';
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	display: block;
	/* IE smooth font-face */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/web/font/alphaimageloader.png', sizingMethod='scale');
	zoom: 1;
}
h2 {
	font-family: 'VistaSansRegRegular';
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	display: block;
	margin-bottom: 2px;
	/* IE smooth font-face */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/web/font/alphaimageloader.png', sizingMethod='scale');
	zoom: 1;
}
h3 {
	font-family: 'dearJoe1Regular';
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	color: #a4a30f;
	margin-bottom: -18px;
	/* IE smooth font-face */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/web/font/alphaimageloader.png', sizingMethod='scale');
	zoom: 1;
}


/* FONT FACE */
@font-face {
	font-family: 'dearJoe1Regular';
	src: url('../image/web/font/DJ.eot');
	src: local('NONE'), url('../image/web/font/DJ.woff') format('woff'), url('../image/web/font/DJ.otf') format('opentype'), url('../image/web/font/DJ.svg#DearJoe1MS') format('svg');
}
@font-face {
	font-family: 'VistaSansBoldRegular';
	src: url('../image/web/font/VSB.eot');
	src: local('NONE'), url('../image/web/font/VSB.woff') format('woff'), url('../image/web/font/VSB.otf') format('opentype'), url('../image/web/font/VSB.svg#VistaSansBold') format('svg');
}
@font-face {
	font-family: 'VistaSansLightRegular';
	src: url('../image/web/font/VSL.eot');
	src: local('NONE'), url('../image/web/font/VSL.woff') format('woff'), url('../image/web/font/VSL.otf') format('opentype'), url('../image/web/font/VSL.svg#VistaSansLight') format('svg');
}
@font-face {
	font-family: 'VistaSansRegRegular';
	src: url('../image/web/font/VSR.eot');
	src: local('NONE'), url('../image/web/font/VSR.woff') format('woff'), url('../image/web/font/VSR.otf') format('opentype'), url('../image/web/font/VSR.svg#VistaSansReg') format('svg');
}
