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

/* Tag Style Sections */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #0066cc;
	background-image:url(images/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link {
	text-decoration:underline;
	color: #333;
}
a:visited {
	text-decoration:underline;
	color: #333;

}
a:active {
	text-decoration:underline;
	color: #333;

}
a:hover {
	text-decoration:none;
	color: #333;

}

h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-weight: bold;
	line-height: normal;
	font-style: normal;	
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

/* Class Styles */

.header-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color:#000
}
.subheader-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: normal;
	color:#000
}

.navigation-link:link,.navigation-link:active,.navigation-link:visited,.navigation-hover {
	font-size:16px;
}
.navigation-link:link {
	color:#000;
	text-decoration:underline;
}
.navigation-link:active {
	color:#000;
	text-decoration:underline;
}
.navigation-link:visited {
	color:#000;
	text-decoration:underline;
}
.navigation-link:hover {
	color:#000;
	text-decoration:none;
}
.header-link:link,.header-link:active,.header-link:visited,.header-hover {
	font-size:18px;
	font-weight:bold;
}
.header-link:link {
	color:#000;
	text-decoration:none
}
.header-link:active {
	color:#000;
	text-decoration:none;
}
.header-link:visited {
	color:#000;
	text-decoration:none;
}
.header-link:hover {
	color:#000;
	text-decoration:underline;
}

.footer-header {
	color:#000;
	size:10px;
	font-weight:bold;
}
.footer-text {
	color:#FFF;
	size:9px;
}
.footer-text:link,.footer-text:active,.footer-text:visited,.footer-text:hover {
	font-size:9px;
	color:#FFF;
}
.footer-text:link {
	text-decoration:none;
	color:#FFF;

}
.footer-text:active {
	text-decoration:none;
	color:#FFF;
}
.footer-text:visited {
	text-decoration:none;
	color:#FFF;
}
.footer-text:hover {
	text-decoration:underline;
	color:#FFF;
}
