/*	960 Grid System ~ Text CSS.	Learn more ~ http://960.gs/	Licensed under GPL and MIT.*//* Basic HTML----------------------------------------------------------------------------------------------------*/body {	font: .75em/1.4 Arial,sans-serif;color:#484b51;}a { color:#2f6191;text-decoration:none; }a:hover { text-decoration:underline; }hr {	border: 0 #ccc solid;	border-top-width: 1px;	clear: both;	height: 0;}/* Headings----------------------------------------------------------------------------------------------------*/h1 {	font-size: 25px;}h2 {	margin:0 0 .4em 0;font:normal normal normal 1.8em/1.15em Arial,sans-serif;color:#000000;}h3 {	margin:0 0 .4em 0;font:normal normal normal 1.45em/1.15em Arial,sans-serif;color:#000000;}h4 {	font-size: 19px;}h5 {	font-size: 17px;}h6 {	font-size: 15px;}/* Spacing----------------------------------------------------------------------------------------------------*/ol {	list-style: decimal;}ul {	list-style: disc;}li {	margin-left: 30px;}p,dl,hr,ol,ul,pre,table,address,fieldset {	margin-bottom: 1.7em;}ul ul {margin-bottom:0; list-style-type:circle;}p.image-w-caption {font-weight:bold; text-align:center;}span.sm { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height:0;}
