/* DEFAULT EDITOR STYLES */
body {
	background-color: #FFFFFF;
}
body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
}


/* LINK STYLES */
a {
	color: #bd1220;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a img {
	border: 0px;
}
.nextlink {
	padding-left: 20px;
	background-image: url(../image/web/bg_nextlink.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 20px;
}
.morelink {
	padding-right: 20px;
	background-image: url(../image/web/bg_morelink.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 20px;
	color: #bd1220;
}


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


/* SIFR TITLE */
.sifrbluetitle, .sifrbluetitle .highlight {
	font-size: 18px;
	line-height: 22px;
	color: #bd1220;
	font-weight: normal;
	display: inline;
	margin-bottom: 6px;
}
.sifrbluetitle .sIFR-flash {
	margin: 0px 0px 6px 0px;
}
.sifrindextitle {
	font-size: 13px;
	line-height: 20px;
	color: #464646;
	color: #111111;
	font-weight: normal;
	display: inline;
}
.sifrindextitle .sIFR-flash {
	margin: 0px 0px -5px 0px;
}
.sifrbluetitlesmall {
	font-size: 15px;
	line-height: 18px;
	color: #bd1220;
	font-weight: normal;
	display: inline;
	margin-bottom: 3px;
}
.sifrbluetitlesmall .sIFR-flash {
	margin: 0px 0px 3px 0px;
}
.sifrwhitetitle {
	font-size: 32px;
	line-height: 22px;
	color: #ffffff;
	font-weight: normal;
	display: inline;
	margin-bottom: 6px;
}
.sifrwhitetitle .sIFR-flash {
	margin: 0px 0px 6px 0px;
}

/* COLORED TABLE */
.colortable, .colortable td, .colortable table {
	border-width: 0px;
	border-collapse: collapse;
}
.colortable {
	border: 1px solid #eeeeee;
}
.colortable td {
	padding: 2px 10px 2px 10px;
}
.colortable table td {
	padding: 2px 0px 2px 0px;
}
.colortable .darken {
	background-color: #eeeeee;
}
.colortable ul, .colortable ol, .colortable li {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 15px;
	list-style-position: outside;
}