/*	960 Grid System ~ Text CSS.	Learn more ~ http://960.gs/	Licensed under GPL and MIT.*//* =Basic HTML--------------------------------------------------------------------------------*/body{	font: 11px Arial, Helvetica, sans-serif;}a:focus{	outline: 1px dotted invert;}hr{	border-color: #51e7f9;	border-style: solid;	border-width: 1px 0 0;	clear: both;	height: 0;}/* =Headings--------------------------------------------------------------------------------*/h1{	font-size: 24px;}h2{	font-size: 18px;}h3{	font-size: 14px;}h4{	font-size: 12px;}h5{	font-size: 11px;}/* =Spacing--------------------------------------------------------------------------------*/ol{	list-style: decimal;}ul{	list-style: square;	margin-left:15px;}li{	color:#419504;	margin-left:10px;	padding-bottom:5px;}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{	margin-bottom: 20px;}p{	color:#626667;	}p.right{	color:#fff;	}h1{	color:#0ed3eb;	font-size:18px;	line-height:24px;	font-family:Arial Black, sans-serif;	text-transform:uppercase;	}h1.center_col_right{	color:#4d5151;	font-size:18px;	line-height:24px;	font-family:Arial Black, sans-serif;	text-transform:uppercase;	}h2{	color:#4d5151;	font-size:14px;	line-height:18px;	font-family:Arial Black, sans-serif;	text-transform:uppercase;	}h2.right{	color:#fff;	font-size:18px;	line-height:20px;	font-family:Arial Black, sans-serif;	text-transform:uppercase;	padding-top:0px;	margin-top:5px;	}h3.right{	color:#fff;	font-size:12px;	line-height:12px;	font-family:Arial Black, sans-serif;	text-transform:uppercase;	margin-top:10px;	}	
