body {
    font-family: Verdana,Arial,sans-serif;
    background-image:url('/assets/images/spacer.gif');
    background-repeat: repeat-x;
    background-position: top;
    color: #000;
    line-height: 1.166;
    background-color:#FFF;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #015E8A;
}

h1{
	font-size: 95%;
}

h2{
	font-size: 85%;
}

h3, h4, h5, h6 {
	font-size: 75%;
	color: #376A97;
}

p {
	font-size: 75%;
	line-height: 1.4;
}

a, a:link, a:visited, a:hover {
	font-weight: normal;
	color: #015E8A;
	text-decoration: none;
}

ul {
	list-style-type: disc;
	font-size: 75%;
	line-height: 1.4;	
}

ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ul ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ol {
	font-size: 75%;
	line-height: 1.4;
}

ol ol {
	font-size: 100%;
	line-height: 1.4;
}

ol ol ol {
	font-size: 100%;
	line-height: 1.4;
}

hr {
    border: none 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
    height: 2px;
}
