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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
	font: 11px/1.5em Helvetica, sans-serif !important;
	color: #777777;
}

a
{	
	color:#fff;
	text-decoration:none;
}

a:focus
{
	outline: 1px dotted invert;
}

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

strong {
    color: #d6d6d4;
}

/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, address, strong, em, b, i, p
{
    font-family: Helvetica, sans-serif;
}

h1, h2, h3, h4, h5
{
    font-weight: 100;
    color: #FFFFFF;
    font-family: "Trebuchet MS";
}

h1 span, h2 strong {
	font-weight: normal;
	color: #888888;
}

h1
{
	font-size: 18px;	
	padding-bottom: 5px;
	padding-top: 10px;
}

h2
{
	font-size: 18px;
	/*margin: 0 0 7px;*/
	font-weight:normal;
}

h2 a {
    font-size: 18px !important;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal !important;
}

h2 a:hover {
    color: #FF2E34 !important;
    text-decoration: none;
}

h3
{
	font-size: 15px;
	margin: 0 0 5px;
}

h4
{
	font-size: 14px;
	margin: 0 0 4px;
}

h5
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px;
}


/* =Quotes
--------------------------------------------------------------------------------*/
blockquote {
    font-style: italic;
}

blockquote strong {
    font-weight: bold;
    color: #d6d6d4;
}

blockquote p {
    color: #bbb !important;
    font-size: 13px !important;
}


span.required {
    color: #FF2E34;
    font-weight: bold;
}