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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 10pt/1.4 Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
}

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

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

a:visited {
	color: #006699;
	text-decoration: none;
}	

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

.heading1 {
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
}
.heading2 {
	font-size: 10pt;
	color: #104674;
	font-weight: bold;
}
.heading3 {
	font-size: 10pt;
	color: #223;
	font-weight: bold;
}
.heading4 {
	font-size: 10pt;
	color: #999;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	color: #339900;
	font-weight: bold;
}


/* `Other main fonts
----------------------------------------------------------------------------------------------------*/

.font8pt {
	font-size: 8pt;
	color: #666666;
	line-height: 140%;
   	padding-bottom:9px;
}
.font9pt {
	font-size: 9pt;
	color: #666666;
}
.pullqtext {
	font-size: 11pt;
	color: #393887;
	font-weight: normal;
	text-align: left;
}
.pullqcredit {
	font-size: 8pt;
	color: #6B6B6B;
	font-weight: lighter;
	line-height: 99%;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}
blockquote {
	font-size: 9pt;
	margin-left: 4px;
	color: #555;
}
break {
   display:block;
   margin-top:20px;
}

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