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

	Licensed under GPL and MIT.
*/

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

body {
	font: 14px/1.5  Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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


a{
font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0b67a4; text-decoration:none;
}
a:hover{ text-decoration:underline;}

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

h1, h1 a {
	font-size: 18px;
	color:#226CA6;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	color:#333333;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	color:#333333;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

h5 {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

h6 {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

blockquote { background:url(../images/quote.png) left top no-repeat; padding-left:30px; font-style:italic; padding-right:35px;}

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

ol {
	list-style: decimal;
	margin-left:20px;
}

ul {
	list-style: disc;
	margin:0;
}

ol li {
list-style:decimal;
list-style-position: outside;
padding-left:5px;
padding-bottom:2px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}
