/* CSS Document */

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

body {
	background-color: #131F46;
	font-family: verdana, tahoma, sans-serif;
}

#navigation {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#content_header {
	font-size: 14px;
	font-weight: 700;
	color: #131F46;
	background-color: #B7E1FE;
	padding-left: 8px;
}

#content {
	font-size: 12px;
	background-color: white;
	padding: 8px;
}

#footer {
	border-top: 1px solid #4779CE;
	font-size: 10px;
	color: A7A7A7;
	padding-top: 5px;
}