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

Licensed under GPL and MIT.

=Basic HTML
--------------------------------------------------------------------------------*/
BODY
{
	font: 12px/1.5 "Lucida Grande", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-family: Helvetica, Arial;
	font-size: 12px;
	border: 0;
	color: #333;
}
A:focus
{
	/*[disabled]outline:1px inset #000;*/
}
HR
{
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/*=Headings
--------------------------------------------------------------------------------*/
H1, H2, H3, H4, H5
{
	padding: 10px 0;
	font-family: Helvetica, Arial;
	color: #444;
	font-weight: bold;
}
H1
{
	font-size: 25px;
}
H2
{
	font-size: 2em;
}
H3
{
	font-size: 1.6em;
}
H4
{
	margin-bottom: -5px;
	font-size: 1.3em;
	color: #39A7D5;
}
H5
{
	font-size: 17px;
}
H6
{
	font-size: 15px;
}
H4
{
}
P
{
	line-height: 20px;
}
BLOCKQUOTE P
{
	font-size: 1.3em;
}
ADDRESS
{
}
/*=Spacing
--------------------------------------------------------------------------------*/
OL
{
	list-style: decimal;
}
UL
{
	list-style: square;
}
LI
{
	margin: 0 0 5px 30px;
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin-bottom: 10px;
}

