body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #3F4449;
	background-color: #585E65;
}

.title {
	color: #C7C8CC;
}

/* Menu links */

a.mlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.mlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.mlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	/*text-shadow: black 1px 1px 2px;*/
}


a.link:link {
	color: #3D5EB3;
	text-decoration: none;
}

/* Content links */

a.link:visited {
	color: #3D5EB3;
	text-decoration: none;
}

a.link:hover {
	color: #3D5EB3;
	text-decoration: underline;
}

div.line {
	border: 6px solid #476dd0;

}

hr.line {
	border: 0px;
	width: 100%;
	height: 1px;
	color: #656D75;
	background-color: #656D75;
}

div.menu {
	background-color: #476dd0;
	color: #FFFFFF;
	width: 660px;
	border-bottom-left-radius: 100px 50px;
	border-bottom-right-radius: 100px 50px;
	padding-bottom: 2px;
	text-align: center;
	margin-top: 0px;

}

div.contentbg {
	background-color: #C7C8CC;
}

div.content {
	width: 50%;
	text-align: left;
}

div.footer {
	background-color: #585E65;
	color: #A3A4A7;
	margin-top: 3px;
}

div.bottom {
	background-color: #585E65;
	border: 15px solid #585E65;
}
