/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 12px Helvetica, Arial, sans-serif;
	line-height:18px;
}

hr
{
	clear: both;
	border : 0;
   	height : 2px;
   	background : url(../img/hr.png) 50% 0 no-repeat;
   	margin : 0;
}

a{
	text-decoration:none;
	color:#3a9ccd;
}

a:hover{
	text-decoration: underline;
}

.invert a{
	text-decoration:none;
	color:#fff;
}

.invert a:hover, .invert a.active{
	color:#3a9ccd;
}

#header a{
	font-size:14px;
	text-decoration:none;
	color:#4d4d4d;
}

#header a:hover, #header a.active{
	color:#3a9ccd;
}

#headline a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#4d4d4d;
	/*background:#cae4ee;*/
	padding: 2px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#headline a:hover, #headline a.active{
	color:#fff;
	background: #333;
}

#footer a{
	text-decoration:none;
	color:#3a9ccd;
}

#footer a:hover{
	color:#fff;
}

em{
	color: #3a9ccd;
	font-style:normal;
}


small, .small{
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	line-height:18px;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	color: #333;
	line-height: 18px;
	font-size: 20px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}

h2
{
	color: #000;
	line-height: 36px;
	font-size: 16px;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
	background:#ececec;
	padding: 0 0 0 9px;
}

h3
{
	font-size: 12px ;
	line-height: 18px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}

h4
{
	font-size: 14px ;
}

h5
{
	font-size: 13px ;
}

h6
{
	font-size: 12px ;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul {
	list-style: none outside;
}


li
{
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
hr,
h1,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 18px;
}

