/* Global Style Sheets */

/* Import Other Style Sheets */
@import url("style/header.css");
@import url("style/sidenav.css");
@import url("style/main.css");
@import url("style/tabs.css");
@import url("style/forms.css");

/* Import Font-Face Style Sheets */
@import url("style/fontface.css");

/* General */
body { background-color: #cccccc; margin: 0px; text-align: center; }
p { text-align: justify; }
img { border: 0px; }

/* Hyperlink and anchor tag styles */
a:link, a:visited { color: #0066FF; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Main Wrapper */
.wrap {
	background-color: #FFFFFF;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	width: 800px;
}

/* Footer */
.ftmn {
	color: black;
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	text-align: center;
}
.ftspecial {
	position: fixed; 
	left: 0px; 
	bottom: 0px;
	width: 198px;
	z-index: 1000;"
}