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

	Licensed under GPL and MIT.
*/

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

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}


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


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

ol
{
	list-style: decimal;
	line-height: 140%;
	margin-bottom: 20px;
}

ul
{
	list-style: square;
	line-height: 140%;
	margin-bottom: 20px;
}

li
{
	margin-left: 30px;
}

p {
	overflow: hidden;
	text-align: left;
	padding-bottom: 15px;
	line-height: 160% !Important;
}



h1{
	font-weight: normal;
	color: #014b95;
	font-size: 150%;
	margin-bottom: 15px;
}

h2 {
	font-weight: bold;
	color: #014b95;
	font-size: 120%;
	line-height: 140% !Important;

}

h3 {
	font-weight: bold;
	color: #014b95;
	font-size: 120%;
	line-height: 140% !Important;
	margin-bottom: 15px;
}


