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

	Licensed under GPL and MIT.
*/

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

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/* anchors
----------------------------------------------- */
a {
	color: #0088ff;
	text-decoration:none;
}
a:hover { color:#333; }

a:focus { outline: 1px dotted invert; }

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

.solid_line {
	background:url("../images/solid_line.gif") repeat-x scroll left top transparent;
	clear:both;
	display:block;
	height:2px;
	margin-bottom:21px;
	margin-top:0;
	padding:0;
}

.dot_line  {
	background:url("../images/dot.gif") repeat-x scroll left bottom transparent;
	clear:both;
	display:block;
	height:2px;
	margin-bottom:21px;
	margin-top:0;
	padding:0;
}

/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
h1, h2, h3, h4, h5 { color:#111;}
h1 span, h2 span, h3 span, h4 span, h5 span { color:#0088ff;}
h2 {
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	margin-bottom:18px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:18px;
}
h4 {
	font-size:1em;
	font-weight:bold;
	line-height:18px;
}
h5 {
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}

p { line-height:1.6em;}

em { font-style:italic;}

.light { color:#8f8f8f;}

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

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	list-style: none outside none; margin-bottom:0.5em;
}

ul li { list-style-image: url("../images/arrow.png"); list-style-position:inside;}

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