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

	Licensed under GPL and MIT.
*/

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

body {
	color:#845e49;
	font-family:Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:13px;
	line-height:16px;
}

a:focus {
	outline: none;
}

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

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

h1 {
	font-size: 20px;
	color:#F76514;
	padding-top:10px;
	padding-bottom:10px;
	line-height:16px;
	
}


h2 {
	font-size: 16px;
        color:#003366;
	line-height:16px;
        padding-top:10px;
        padding-bottom:10px;

}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 13px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
	color:#003366;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p {
	margin-bottom: 10px;
}
a{
	text-decoration: underlined;
	color:#845e49;
	font-weight: normal;
	font-size:13px;
	line-height:13px;
}

	a.homelink{
font-weight:bold;
text-decoration:none;
color:#744C33;
}
a.noline{text-decoration:none}
ul li a {
        font-weight:bold;
	font-size:12px;
}