﻿body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}

body,p,div,li,ol,dl,td,em,address,pre,blockquote {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3C4F63;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}	

/* pad the view contacts  */
.uContact {padding-top:20px; padding-bottom:20px; }

/* reset HTML blocks for new styles */
h1,h2,h3,h4,h5,h6,p {
	padding:0px;
	margin:0px;
	}
	
/*PARAGRAPH*/	
p {
	padding-top:4px;
	padding-bottom:8px;
	line-height: 1.4em;
	/* letter-spacing: .1em; */	
	}	

/*
================================================================
HEADINGS
*/

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h1 {
	padding-top:14px;
	padding-bottom:8px;
	}

h2 {
	padding-top:10px;	
	padding-bottom:8px;
	}

h3 {
	padding-top:8px;
	padding-bottom:8px;
	}

h4 {
	padding-top:8px;
	padding-bottom:6px;
	}
h5 {
	padding-top:4px;
	padding-bottom:4px;
	}
h6 {
	padding-top:4px;
	padding-bottom:4px;
	}


/*
==================================================================== 
LISTS
*/

ol,ul,li {/*reset lists for new types -not altering left+right for lists*/
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}

ul,ol,dl {/*SET UP WITH LI TO SYNC SPACING WITH A P*/
	padding-top:8px;
	padding-bottom:12px;
	}
ul {
	list-style:square;
	}
ol {
	list-style:decimal;
	}
dl {
	padding-left:15px;
	}
li,dd,dt {
	padding-bottom:2px;
	}
dt {
	font-weight:bold;
	}

/*
==================================================================== 
HORIZONTAL RULE ELEMENT - RENDERS AS 1PX BLACK KEYLINE
*/

hr {
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height:1px;
	}
	

/* LINKS */
a:link {
	color:#3C4F63;
	text-decoration:underline;
	}
a:active {
	color:#FF0000;
	text-decoration:underline;
	}
a:visited {
	color:#3C4F63;
	text-decoration:underline;
	}
a:hover {
	color:#0771A9;
	text-decoration:underline;
	}
