/* CSS Document */
a.n {
 	color: #fff;
 	text-decoration: none;
	font-weight: bold;
}
.small {
 	font-family: tahoma;
 	font-size: 7pt;
 	letter-spacing: -.5px;
}

a.n:hover {
 	color: #efefef;
 	text-decoration: underline;
 	font-weight: bold;
}
a {
 	text-decoration: underline;
 	font-weight: bold;
 	color: #000;
}
a:hover {
 	text-decoration: none;
 	font-weight: bold;
 	color: #000;
}
body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	background-color: #fff;
}
.page {
	font-family: arial;
	font-size: 10pt;
	color: #000;
	padding-right: 2px;
}
.copy {
	font-family: verdana;
	font-size: 8pt;
	color: #fff;
	background-color: #000;
	padding: 3px;
}
.content {
	padding: 10px;
	font-family: verdana;
	font-size: 10pt;
	color: #000;
	line-height: 14pt;
}
.nav {
	font-family: verdana;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	border-top: 1px dotted #efefef;
	letter-spacing: -1px;
}

.navl {
	font-family: verdana;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	border-top: 1px dotted #efefef;
	border-bottom: 1px dotted #efefef;
	letter-spacing: -1px;
}
