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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{ font: 12px/1.5em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
a {color:#097209;}
a:hover {text-decoration:none;}

a:focus { outline: none; }
hr { border-color: #ccc; border-style: solid; border-width: 1px 0 0; clear: both; height: 0; }

/* =Spacing
--------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: square; }
li { margin-left: 30px; }

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

/* =Headings
--------------------------------------------------------------------------------*/

h1 { font-size: 25px; font-weight: normal; letter-spacing: -1px; }
h2 { font-size: 16px; font-weight: normal; margin-bottom: 10px; }
h2.large { font-size: 21px; width:500px; font-weight:bold; margin-bottom: 10px; line-height:21px; }
h3 { font-size: 15px; }
h4 { font-size: 15px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }
blockquote { color: #666666; margin-right: 10px; margin-left: 20px; padding-left: 10px; border-left: 3px solid #999999; margin-bottom: 1.5em; }
p img.fl { float: left;	margin-right: 1em; margin-bottom: 1em; }
p  img.fr { float: right; margin-left: 1em; margin-bottom: 1em; }
