@charset "UTF-8";
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #FFFFFF;
}

.body a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.body a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #FFFFFF;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #ffffff;
}

.nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #cccccc;
	text-decoration: none;
}
.nav a:active {
	color: #ffffff;
	text-decoration: none;
}

body {
	background-image:url('images/nacc-background.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color:#cccccc;
} 

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
.bottomnav a:link {
	color: #000000;
	text-decoration: none;
}
.bottomnav a:visited {
	color: #000000;
	text-decoration: none;
}
.bottomnav a:hover {
	color: #6C2887;
	text-decoration: none;
}
.bottomnav a:active {
	color: #000000;
	text-decoration: none;
}
