@charset "UTF-8";
/* CSS Document */
body, table, tr, td, form, div, p, h1, h2, h3, h4, a:link, a:visited, a:hover, a {
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
}

body{
	background-color: #4d9ed6;
	
}
div, table, tr, td, img {margin: 0 0 0 0; padding: 0;}

a {
	text-decoration: underline;
	color: #4d9ed6;
}
a:hover {
	text-decoration: underline;
	}

h1 {
	padding: 3px;
	background-color: #4d9ed6;
	color: white;
	font-weight: bold;
	font-size: small;
}

h2 {
	color: #0d6a8b;
	font-weight: normal;
	padding: 2px;
	background-repeat: repeat-x;
	background-color: #ecedee;
	border-bottom: 1px solid #c1c0c0;
}


#footer {border-top: 5px solid #4d9ed6;}

#footer {
	background-color: #333333;
	padding: 7px;
	color: #fff;
	font-size: small;
	font-weight: bold;
}
#footer ul {
	padding:0 7px 7px 18px;
	margin: 0;
	}
#footer li {
	padding:4px 0 0 0;
	}
#footer ul li a:link, #footer ul li a:visited {
	color: #fff;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	}
#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
	}

#copyright {border-top: 0px solid #4d9ed6;}

#copyright {
	background-color: #4d9ed6;
	padding: 7px;
	color: #fff;
	font-size: .60em;
	font-weight: bold;
}
