/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 16px/1.5 Droid Sans, Helvetica, Arial;
}

a:focus
{
	outline: 1px dotted invert;
}

a:link
{font-size:13px;
color: #06C;
text-decoration: none;
}

a
{font-size:13px;
color: #06C;
text-decoration: none;
}


hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
	color:#06C;
	text-align:center;
}

h2
{
	font-size: 23px;
	color:#06C;
	margin-left:0px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
	color:#06C;
	margin-left:0;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

h7
{ font-size:12px;
 font-weight:bold;
}


h8
{
	font-size: 14px;
	color: #F60
	margin-left:0px;
	
}

h9
{
	font-size: 13px;
	
}


/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: circle;
	margin-top: 0em;
	margin-bottom:0em;
	margin-right: 2em;
}

li
{
	margin-left: 14px;
	margin-top: 0em;
	margin-bottom:0em;
	margin-right: 2em;
}

p
{ font-size:14px;
text-align:justify;
margin-top: 0em;
margin-bottom:2em;
margin-right: 2em;
}

p2
{ font-size:13px;
text-align:justify;
margin-top: 0em;
margin-bottom:0em;
margin-right: 2em;
}

p3
{ font-size:13px;
color: #06C;
font-weight:bold;
text-align:left;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 0px;
	margin-left: 0px;
}.Bold {
	font-weight: bold;
}
