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

	Licensed under GPL and MIT.
*/

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

body {
	font: 14px/1.5  Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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


a{
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#676700;; text-decoration:none;
}
a:hover{ text-decoration:underline;}

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

h1,h2 {
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight:bold!important;
	text-transform:uppercase!important;
	font-style:normal!important;
	font-size: 14px!important;
	color: #000000;

}

h3 {
	font-size: 14px;
	color:#333333;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

h5 {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

h6 {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

blockquote{ font-style:italic; }

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

ol {
	list-style: decimal;
	margin-left:20px;
}

ul {
	list-style: disc;
	margin:0;
}

ol li {
list-style:decimal;
list-style-position: outside;
padding-left:5px;
padding-bottom:2px;
}

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

p{
	line-height:17px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:0;
	
}

ul li{
	list-style-type:disc;
	list-style-position:inside;
}