* {
	margin:0;
	padding:0;
	}
	
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
h1, h2, h3, h4, h5, h6, ul, ol, dl, label {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
	
label {
	font-size:.85em;
}	

form div {
	margin: 10px 0px;
}

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	
	 /* margin-bottom:.75em;12pts of space */
 	}
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	/*margin: .3em 1em 1em 1em;*/
	
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	/*padding: .3em .5em .3em .5em;*/

	}
table td	{
	/*padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;*/
	}




.center
{
width:1000px;
height:100%;
background-color: white;
}

#nav {
	float:right;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
}

#floatTable {
	float:right;
	padding:5px 0px 10px 10px;
	width:400px;
}
.clearthefloats {
	clear:both;
}

table.basic_lines {
	width:800px;
	border-collapse:collapse;
	border-top:3px solid #069;
}	

table.basic_lines caption {
	margin-bottom:2px solid #069;
}

table.basic_lines th {
	border_bottom:2px solid #069;
}

table.basic_lines td {
	/*border-bottom:1px solid #069;*/
}

table.basic_lines td, table.basic_lines th {
	padding: 5px 3px;
}

body {
	font-family: verdana, arial, sans-serif;
	text-align:center;
}
