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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
*{
	
}

body
{
	background: #fff;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	
}

a:focus
{
	outline: 1px dotted;
}

hr
{
	height:0;
	border:0;
	border-top: 1px solid #343434;
	
}


em{
	
}

strong{
	font-weight:normal;
	font-variant:small-caps;
	letter-spacing:1px;
	border-bottom: 1px dotted #999;
}

a, a:link, a:visited, a:hover{
	text-decoration:none;
}

sup{
	font-size: 75%;
	vertical-align:super;
}
/* =Headings
--------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:normal;
}

h1
{
	font-size: 25px;
}

h2
{
	font-size: 18px;
	font-weight:normal;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

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

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin: 0;
}

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