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

	Licensed under GPL and MIT.
*/

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

body
{
	font: 12px Helvetica, Arial, sans-serif;
	line-height:18px;
	color:#333;
}

hr
{
	clear: both;
	border:none;
	border-top : 1px dotted #ccc;
   	height : 0;
   	margin : 0;
	color:#ccc;
}

a{
	text-decoration:none;
}

a, a.invert:hover{
	color:#333;
}

a.invert, a:hover{
	color: #00ada8;
}


em{
	color: #00ada8;
	font-style:normal;
}

small, .small{
	font-size:11px;
}

sup{
	font-size: 10px;
	vertical-align:super;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	color: #00ada8;
	line-height: 36px;
	height:36px;
	font-size: 14px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom:1px solid #666;
	/*text-transform:capitalize;*/
}

h2
{
	color: #000;
	line-height: 18px;
	font-size: 14px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}

h3
{
	font-size: 13px ;
	line-height: 18px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	font-style:italic;
}

h4
{
	font-size: 14px ;
}

h5
{
	font-size: 13px ;
}

h6
{
	font-size: 12px ;
}

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

ol
{
	list-style: decimal;
}

ul {
	list-style: none inside;
	}


li
{
	margin: 0;
}

.bg ul {
	list-style: disc inside;
	}


.bg ul li
{
	margin: 0 0 0 10px;
}

.bg ul ul{
	list-style: circle inside;
}
	
.bg ul ul li
{
	
	margin: 0 0 0 20px;
}

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

