body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	text-align: justify;
}

a.mainnav:link, a.mainnav:visited{
	color: #00626d;
	text-decoration: none;
	padding: 5px;
}

a.mainnav:hover{
	color: #00626d;
	background: #cfdee0;
	text-decoration: none;
	padding: 5px;
}
.copyright {
	font-size: x-small;
	color: #333;
}


a.selected:link, a.selected:visited, a.seleted:hover{
	color: #00626d;
	background: #cfdee0;
	text-decoration: none;
	padding: 5px;
}

a.footer:link, a.footer:visited, a.link:hover{
	color: #333;
	text-decoration: underline;
}

h2 {
	font-size: x-large;
	padding: 0px;
}
h1 {
	color: #84afb7;
	padding: 0px;
	font-size: xx-large;
}
h3 {
	font-size: large;
	color: #fff;
	background-color: #84afb7;
	padding: 5px;
}
h4 {
	font-size: large;
	padding: 0px;
}
h5 {
	font-size: large;
	color: #ff0000;
	padding: 0px;
}

.alert {color: #FF0000}

.right_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

hr {
color: #4f8d97;
background-color: #4f8d97;
height: 1px;
}

