body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-position: center top;	
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #7e2844;
	text-decoration: none;
}
.headerbg {
	background-image: url(images/header_bg.jpg);
	background-position: center top;	
	background-repeat: no-repeat;
}
a:link {
	color: #e39db0;
	text-decoration: none;
}
a:visited {
	color: #e39db0;
	text-decoration: none;
}
a:hover {
	color: #e39db0;
	text-decoration: underline;
}
a:active {
	color: #e39db0;
	text-decoration: none;
}
#navigationleft a:link {color: #7b7b7a;	text-decoration: none;}
#navigationleft a:visited {color: #7b7b7a; text-decoration: none;}
#navigationleft a:hover {color: #e39db0; text-decoration: none;}
#navigationleft a:active { color: #7b7b7a; text-decoration: none;}
.imageformat {
	border-color:#e39db0;
	border:solid;
	border-width:1px;
}
.subtitle {
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
}
.title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #878787;
}
.maincell {
	padding-left:23px;
	padding-right:23px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:justify;
}
.bluecell {
	background-color: #ecf5fa;
}
.mainRed {
	font-size: 11px;
	color: #CC0000;
}
.menuleft {
	padding-left:0px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
}
.menuright {
	padding-left:10px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:6px;
}