/* CSS Document */

.menu_text, .menu_text a:link, .menu_text a:visited, .menu_text a:active {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.menu_text a:hover {
	color:#CC99CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.content_header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
body {
	background-color: #6699CC;
}
.body_text {

	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.title_header {

	color: #F6890A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
