@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #e7e7e3;
	padding: 20px;
}
.menu_bg {
	background-image:url(images/codc-menu-bg-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-transform:uppercase;
}

.eacms_menubox {
    background-image:url(images/codc-menu-bg.png);
	background-position:top;
	text-transform:uppercase;
		height:29px;
}
.eacms_menutext {
	font-size: 10px;
	font-weight:bold;
	padding:5px;
	color: #ffffff;
	text-decoration:none;
}

.eacms_menutext:hover {
	font-size: 10px;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.eacms_menuitem{
	background-image:url(images/codc-menu-bg.png);
	background-repeat:repeat;
	height:29px;
	width:212px;
	text-transform:uppercase;
	
	}

.eacms_menucurrent{
	background-color:#DF3D3D;
	background-image:url(images/codc-menu-bg-ro.png);
	background-repeat:repeat;
	height:29px;
	width:212px;
	text-transform:uppercase;
	
	}
.eacms_menuselected{
	background-image:url(images/codc-menu-bg-ro.png);
	background-repeat:repeat;
	height:29px;
	width:212px;
	color:#04558e;
	text-transform:uppercase;
	}
.credit {
	color:#999999;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	margin:5px;
}
.title {
color:#4c5134;
font-size:13px;
font-weight:bold;
}
.title-inner {
color:#4c5134;
font-size:14px;
font-weight:bold;
line-height:30px;
}
