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

	Licensed under GPL and MIT.
*/

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

body
{
	font: 12px calibri, "lucida grande", "lucida sans unicode", "lucida sans", arial, sans-serif;
	line-height:18px;
	color:#555;
}

a{
	text-decoration:none;
	color:#ec008c;
}

a:focus
{
	outline: none;
}

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

small{
	font-size: 11px;
}

em{
	color:#ec008c; 
}

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

h1
{
	font-size: 20px;
	line-height:27px;
	text-align:right;
	/*border-right: 6px solid #ec008c;*/
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
}

h2
{
	font-size: 18px;
	line-height: 18px;
	color:#333;
	font-weight:normal;
}

h3
{
	font-size: 18px;
	line-height: 18px;
	color:#666;
	font-weight:normal;
}

h4
{
	font-size: 16px;
	line-height: 18px;
	color:#666;
	font-weight:normal;
}

h5
{
	font-size: 15px;
	line-height: 18px;
	color:#000;
}

h6
{
	font-size: 14px;
	line-height: 18px;
	color:#000;
}

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

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	/*margin-left: 30px;*/
	list-style:none;
}

li li, li li li, li li li li
{
	margin-left: 18px;
}

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