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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004B95;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004B95;
	text-decoration: underline;
}
body {
	font: 13px/1.5 Helvetica, Arial, FreeSans, sans-serif;
	background:#ccc;
}
a:focus { outline: 1px dotted invert; }
hr {
	border: 0 #ccc dashed;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 { 
	font-size: 24px; 
	font-family: Slimbach, Times, Georgia, serif;
}

h2 {
	padding-left:8px;
	font-size: 21px;
	font-family: Slimbach, Times, Georgia, serif;
}
h3 { 
	font-size: 17px;
}
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 {
	font-size: 11px;
	font-weight:normal;
	padding-top:5px;
	padding-left:9px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol { list-style: decimal; }
ul { list-style: square; }
li { margin-left: 15px; }
p, dl, hr, ol, ul, pre, address, fieldset { margin-bottom: 20px; }
blockquote{
	color:#004B95;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	text-align:center;
}
