@charset "utf-8";
/* CSS Document */


BODY {
	background-color: #8d3a4f;
	}
	
.contentMain {
	background-image: url(gfx/f/mr_bg_content.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 20px;
	}

.contentMain A{
	font-size: 12px;
	color: #ff9966;
	text-decoration: none;
	}

.contentMain A:hover{
	color: #ffffff;
	text-decoration: underline;
	}

.contentPicture {
	background-image: url(gfx/f/mr_bg_content.jpg);
	background-repeat: repeat-x;
	}

.footerMainLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 151px;
	}

.footerMainRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}