@charset "UTF-8";
/* CSS Document */

body {
	background-color: #535b5f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Fonts Styles */
.bottomnav {
	font:"Times New Roman";
	font-size: 13px;
	color: #c9d1d4;
}
.copyright {
	font:"Times New Roman";
	color: #929ea3;
	font-size: 11px;
}
.headers {
	font:"Times New Roman";
	font-size: 16px;
	color: #535B5F;
	font-weight: bold;
}
.text {
	font:"Times New Roman";
	font-size: 13px;
	color: #535B5F;
}


/* Links */
a.footer:link { color:#c9d1d4; text-decoration:none;}
a.footer:visited { color: #c9d1d4; text-decoration: none;}
a.footer:hover { color: #c5a81c; text-decoration: none;}
a.footer:active {text-decoration: none;}

a.email:link { color:#26292b; text-decoration:none;}
a.email:visited { color: #26292b; text-decoration: none;}
a.email:hover { color: #c5a81c; text-decoration: none;}
a.email:active {text-decoration: none;}


/* Images */