body {
	background-color: #ffffff;
	padding: 0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	font-weight:normal;
}

a {color:#000080;}
a:active {color:#3399FF;}
a:visited {color:#000080;}
a:hover {color:#3399FF;}

hr {
	height: 1px;
	color: #eeeeee;
	width:100%;
}

ul li, ol li {
	margin-bottom:4px;
	font-weight:normal;
}

p {	
	margin-top: 0px;
	font-size:1em;
	font-weight:normal;
}


h1 {	
	font-size:1.6em;
	font-weight:bold;
}

h2 {
	font-size:1.3em;
	font-weight:bolder;
	margin-top:20px;
}


td {font-size:normal;}

.smaller {font-size:0.8em;}


#main {
	text-align: left; 
	width: 100%; 
	font-weight:normal;
}

#main2 {
	padding:0px;
}

#colA {
	float: left;
	width: 450px;
}

#colB {
	float: left;
	width: 150px;
	margin-left:10px;
}

#foot {
	margin-top:30px;
	text-align:left;
}


