/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0px;
}

body {
	font: 13px/1.5; font-family: Georgia, "Times New Roman", Times, serif;  color: #FFFFFF
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Link
----------------------------------------------------------------------------------------------------*/
a, a:active, a:visited, a:hover { text-decoration: underline; color: #FFFFFF; }
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	color: #000066;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #000066;
}


p {
	font-family: Georgia, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

