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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:300;
}

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

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	color:#FFFFFF;
	margin:5px 0 0 0;
}

h2 {
	font-size: 12px;
	color:#FFFFFF;
}

h3 {
	font-size: 11px;
	color:#20589c;
	margin:0;
	line-height:22px;
	
}

h4 {
	font-size: 18px;
	color:#ffffff;
	margin:2px 0 0 0px;;
	line-height:22px;
	
}

h5{
	font-size: 14px;
	color:#ffffff;
	margin:5px 0 0 0;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}


