/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body{
	font: 13px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
#headLine{
    font:1.3em "Trebuchet MS", Arial, Helvetica;
    color:#fff;
}
.small{
    font-size:0.9em;
}
.smallHeader{
    font-size:12px;
}
.large{
    font-size:20px;
}
.center{
    text-align:center;
}
label{
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	font-weight:bold;
}
label.small{
	font-size:10px;
}
a:focus{
	outline: 1px dotted invert;
}

a.small{
	font-size:11px;
}

hr{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	color:#003050;
	line-height:1.2em; 
	margin-bottom:0em;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 14px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol{
	list-style: decimal;
}

li{
	margin-left: 2em;
}

p, dl, hr, ol, ul, pre, table, address, fieldset, dd{
	margin-bottom: 1em;
}

dt,dd{
	padding-left:2em;
}
blockquote {
	font-size:1.2em;
	font-style:italic;
}

#regularContent h1,
#regularContent h2,
#regularContent h3,
#regularContent h4,
#regularContent h5,
#regularContent h6{
	padding-top:1.5em;
}
textarea{
    font:13px/1.5 Verdana, Arial, Helvetica, sans-serif;    
    }
#headLine h2{
    font-size:14px;
}
#resultsFeedback h3{
    line-height:25px;
    }