﻿body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	background:#FFF;
	}
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	}

li {list-style-type:none;}

#container {
	width: 800px;
	position: absolute; top: 0px; left: 5%;
	background-color: #fff;
	padding: 0px;	
	border-style: none;
	}


#freeform {
	margin: 6px 0px 30px 0px;
	background-color: #FFF;
	padding: 0px;	
	}

p {
	line-height:110%;
	text-indent: 0px;
	}

.caption {
	font-size: .8em;
	width: 200px;
	}

.small {
	font-size: 75%;
	}
.bold {
	font-weight: bold;
	}

a:link {
	color:#2D73B9; 
	background: none;
	text-decoration: none;
	}
a:visited {
	color:black; 
	background: none;
	}
a:hover {
	color:#2D73B9; 
	background: none;
	}
a:active {
	color:#2d73b9; 
	background: none;
	}

img {
	border: none;
	}


table.one {table-layout: fixed;}

a.five:link {text-decoration: none; color: #000000}
a.five:visited {text-decoration: none}
a.five:hover {font-weight: bold; color: #000000; text-decoration: underline}