/* typography.css */

body{
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6{
	color: #FFF;
}

a{
	color: #FFF;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
}

a:hover{
	color: #ba1a24;
}

.hide{
	text-indent: -9999px;
}

#s{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

h2.side_bar{
	margin: 0 0 10px 0;
	background: #000;
	padding: 3px 0 3px 0;
}

.side_bar_list li{
	color: #FFF;
	font-size: 9pt;
	line-height: 14pt;
}

#content > h2{
	padding-top: 15px;
	font-size: 1.5em;
	float: left;
}
