/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5  Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color:#333;
}

a:focus
{
	outline: none;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 34px;
}

h2
{
	font-size: 26px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
		line-height:normal;
		font-weight:normal;
		font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
		color:#B91031;
	}
	
h1.content-title,
h2.content-title{
		color:#fff;
		font-weight:normal;
		font-size: 34px;
	}
	
h1.news-title{
		color:#B91031;
		font-weight:normal;
		font-size:26px;
	}
	
	#content-date,
	.content-date{
			font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:normal;
			color:#333;
			margin-bottom:17px;
		}
/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	line-height:1.6em;
	margin-bottom: 15px;
}


h5.conductor-state{
		color:#333;
		margin-bottom:30px;
		font-size:22px;
	}