﻿body {
	margin: 0;
	padding: 0;
	}

body,p,div,li,ol,dl,td,em,address,pre,blockquote {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

/* 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;	
	}	

/*
================================================================
HEADINGS
*/

h1 {
	padding-top:16px;
	padding-bottom:6px;
	}

h2 {
	padding-top:12px;	
	padding-bottom:4px;
	}

h3 {
	padding-top:10px;
	padding-bottom:4px;
	}

h4 {
	padding-top:4px;
	padding-bottom:4px;
	}
h5 {
	padding-top:4px;
	padding-bottom:4px;
	}
h6 {
	padding-top:4px;
	padding-bottom:4px;
	}
	
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

/*
==================================================================== 
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;
	}
	
/*
===================================================================
TABLES
*/

table {
	empty-cells:hide;
	}
td {
	vertical-align:top;
	}
th {
	/*set similar to h4*/
	font-size:14px;
	font-weight:bold;
	}
caption {
	/*size set in 'basic font size' above*/
	font-style:italic;
	caption-side:top;
	padding-top:8px;
	}
tr {
	vertical-align:top;
	text-align: left;
	}	

