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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	margin: auto;
	padding: 0px;
	color:#4E4E4E;
	background-color:#f9f4ed;
}

a {
	color:#d0942a;
	text-decoration:none;
}

.orange_border {
	border: 1px solid #F8E9D4;	
}

img {
	border:none;	
}

a:hover {
	color:#932d47;
}

.rosema_header {
	width:900px;
	clear:both;
	float:inherit;
	font-weight:bold;
}

.header_menu {
	background-color:#F8E9D4;
	width:900px;
	height: 25px;
	clear:both;
	float:inherit;
	color:#d0942a;
}

.main_content {
	width:900px;
	clear:both;
	float:inherit;
	background-color:#FFF;
}

.orange_div {
	width:100%;
	height:30px;
	padding-top:10px;
	background-color:#F8E9D4;
	color:#d0942a;
	font-size:16px;
	text-align:center;
}

.orange_div2 {
	width:100%;
	height:170px;
	padding-top:10px;
	background-color:#F8E9D4;
	color:#d0942a;
	font-size:10px;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}

.green_div {
	width:100%;
	height:30px;
	padding-top:10px;
	background-color:#F8E9D4;
	color:#89b150;
	font-size:16px;
	text-align:center;
}

.red_text {
	color:#932d47;	
}

.yellow_text {
	color:#d0942a;	
}

.white_text {
	color:#FFF;	
}

.green_text {
	color:#89b150;	
}

.red_heading_text {
	color:#932d47;	
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
}

.yellow_heading_text {
	color:#d0942a;	
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
}

.bottom_small_text {
	color:#932d47;	
	font-size:10px;
	text-transform:uppercase;
}

.small_text {
	font-size:9px;
	border: 1px solid #F8E9D4;	
}

