	
/* styles for common tags  */

html, body, h1, h2, h3, h4, h5, h6, div, td, p, ul, li, input { 
font-family: "Helvetica Light", Helvetica, Arial, Verdana, sans-serif;
}

body {
	font-size: 12px;
	line-height: 1.2em;
	color: #ABA1A1;
}

p {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 8px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
}

h4 {
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 8px;
	margin-top: 1px;
	margin-bottom: 8px;
}

h5 {
	font-size: 12px;
	line-height: 1.1em;
	font-weight: normal;
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
h6 {
	font-size: 11px;
	line-height: 110%;
	font-weight: normal;
	margin: 0px;
}

hr {
	color: #C1B8B8;
	height: 1px;
}
table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
	

/* link styles */

a:link, a:visited {color:#006973; text-decoration: none;}
a:hover, a:active { color: white; background-color:#006973; text-decoration: none;}

/* header styles */

.header h2 {
	margin-top: 5px;
	margin-bottom: 30px;
}
/* sidenav styles */

.nav p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav .date {
	margin-top: 8px;
	margin-bottom: 0px;
}

/* main content styles */

.piccolumn p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.replyform p {
	margin-top: 8px;
	margin-bottom: 8px;
}



/* default styles */

.backtint {
	background-color: #E2DCD6;
}
.right {
	text-align: right;
}
.aligntop {
	vertical-align: top;
}
.submit {
	background-color: #E4E4F6;
}
.formlabel {
	padding-right: 5px;
}
.formfield {
	padding-right: 5px;
}

