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

	Licensed under GPL and MIT.
*/


body
{
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.5em ;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
pre,
table,
address,
form
{
	/*clear:both;*/
	padding:4px 8px 4px 8px;
}

fieldset {
	padding:0px;
}


hr
{
	border-color: #959595;
	border-style: dotted;
	border-width: 1px 0 0;
	clear:both;
	height: 0;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:arial,helvetica;
	font-weight:normal;
	line-height:1.25em;
	color:#777777;
	clear:both;
}

h1
{
	font-size: 21px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 13px;
}

h6
{
	font-size: 13px;
}



ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 25px;
list-style:url(img/listbullet.gif);
}