/*------------------ Typography Styles ----------*/
strong{font-weight:bold;}
em{font-style:oblique;}
body{font-family:helvetica, sans-serif;}
a{
	text-decoration:none;
	color:#000;
}
#content a{
	font-weight:bold;
}
h1{
	font-size:1.8em;
}
h2{
	font-size:1.5em;
}
#content h2{
	font-size:1.3em;
	font-weight:bold;
}
h4{
	font-size:.9em;
	font-weight:bold;
	margin:12px 0;
}
#navigation td a{
	letter-spacing:1px;
	color:#ffffff;
}
#navigation td a:hover{
	color:#d3d3d3;
}
#content p{
	font-size:.9em;
	line-height:1.1em;
}
#footer{
	color:#ffffff;
	font-size:.9em;
}