/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 80%/130% "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; line-height: 170%;
}

a { color: #c40d0d; }

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

span { font-size: 10px; }

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 30px; letter-spacing: 1px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 24px; color: #333; font-weight: normal; margin-bottom: 20px;
}

h4
{
	font-size: 17px; font-weight: normal; color: #635C4E;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol { list-style: decimal; margin-left: 20px; }

ol ol { list-style: lower-alpha; margin-left: 20px; }

ul { list-style: none; }

li { margin-left: 0; font-size: 12px; }

dt { font-size: 14px; font-weight: bold; }

dd { font-size: 12px; margin-bottom: 10px; }

p,
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
li,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
}

.prefix_8 p { margin: 0; padding: 10px 0 0 0; }

li.check
{
background-image: url(../images/check.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 2em;
COLOR: #000000;
}

li.dot
{
background-image: url(../images/dot.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 2em;
COLOR: #000000;
}

li.dot2
{
background-image: url(../images/dot2.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 2em;
COLOR: #000000;
}

li.dot3
{
background-image: url(../images/dot.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 2em;
COLOR: #000000;
}


li.arrow
{
background-image: url(../images/arrow2.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 2em;
COLOR: #000000;
}
