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

	Licensed under GPL and MIT.
*/

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

body {
	font: 1em Verdana, FreeSans, sans-serif;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
	font-size: 1.6em;
	color:#003071;
}

h2 {
	font-size: 1.1em;
	color:#003071;
	font-family:Tahoma, Geneva, sans-serif;
}

h3 {
	font-size: 1.0em;
	color:#003071;
	font-family:Tahoma, Geneva, sans-serif;
}

h4 {
	font-size: 0.9em;
	color:#003071;
	font-family:Tahoma, Geneva, sans-serif;
}

h5 {
	font-size: 0.8em;
	color:#003071;
	font-family:Tahoma, Geneva, sans-serif;
}

h6 {
	font-size: 0.8em;
	color:#003071;
	font-family:Tahoma, Geneva, sans-serif;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}