/* DEFAULT EDITOR STYLES */
body {
	background-color: #ffffff;
}
body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, Georgia;
	font-size: 11px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #34322a;
	outline: none;
}


/* LINK STYLES */
a, a:hover {
	color: #b3b3b3;
	text-decoration: none;
}
a img {
	border: 0px;
}
.nextlink {
	background-image: url(../image/web/arrow_big.png);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	line-height: 25px;
	display: block;
	padding-left: 25px;
}
.morelink {
	background-image: url(../image/web/arrow_big.png);
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	line-height: 25px;
	padding-right: 30px;
	text-align: right;
	float: right;
}


/* DEFAULT 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: 10px;
	margin-bottom: 10px;
}


/* SIFR TITLE STYLES */
.sifrtitle, .sifrtitle span {
	font-size: 15px;
	font-weight: bold;
	display: inline;
}
.sifrtitlesmall, .sifrtitlesmall span {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}


/* HORIZONTAL LINE STYLE */
.hr {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	line-height: 1px;
	background-position: left;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
