@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* links */

a:link.btmNav {
	color: #666;
	text-decoration: none;
}
a:visited.btmNav {
	text-decoration: none;
	color: #666;
}
a:hover.btmNav {
	text-decoration: none;
	color: #333;
}
a:active.btmNav {
	text-decoration: none;
	color: #666;
}


a:link.gen {
	color: #900;
	text-decoration: none;
}
a:visited.gen {
	text-decoration: none;
	color: #900;
}
a:hover.gen {
	text-decoration: none;
	color: #333;
}
a:active.gen {
	text-decoration: none;
	color: #900;
}



a:link.bone {
	color: #06F;
	text-decoration: none;
}
a:visited.bone {
	text-decoration: none;
	color: #06F;
}
a:hover.bone {
	text-decoration: none;
	color: #333;
}
a:active.bone {
	text-decoration: none;
	color: #06F;
}


/* fonts + styles */

.ten10 {
	font-size: 10px;
}

.eleven11 {
	font-size: 11px;
}

.fifteen15 {
	font-size: 15px;
}

.sixteen16 {
	font-size: 16px;
}

.eightteen18 {
	font-size: 18px;
}

.twenty1 {
	font-size: 21px;
}

.twenty5 {
	font-size: 25px;
}

.bold {
	font-weight:bold;
}

.space {
	letter-spacing: 1px;
}

.gray {
	color: #666;
}

.red {
	color: #F00;
}

.aNarrow {
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}