body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#333333;
	background-color:#FFFFFF;
	margin:0;
}

hr {
	height:1px;
	text-align:center;
	}

#page_container {
	background-color:#F8F8F8;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	margin-right:5px;
	padding:10px;
	}

a:link {
	text-decoration: none;
	color:#0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#header {
	background-image:url(images/TraceFastLogo1.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:70px;
	padding:10px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0;
	border-bottom-width:10px;
	}

#footer {
	margin:auto;
	margin:20px 5px 0 5px;
	padding-top:3px;
	border-style:solid;
	border-color:#999999;
	border-width:0;
	border-top-width:1px;
	}

.frontpage_tbl {
	margin-top:5px;
	height:255px;
	background-image:url(images/frontpage_tbl_backgnd.gif);
	}
	
.layout_tbl {
	margin-top:5px;
	}
	
.frontpage_text {
	font-size:0.9em;
	margin-top:35px;
	margin-left:10px;
	}
	
.clearer {
	clear: left;
	padding-top:10px;
	line-height: 0;
	height: 0;
	}	

#menu ul{
	width:200px;
	list-style-type: none;
	font-size:0.9em;
	padding:0;
	margin:0;
	margin-left:5px;
	border-width:0;
	border-style:solid;
	border-color:#000000;
	border-bottom-width:1px;
	}
#menu a {
	display:block;
	height:2em;
	line-height:2em;
	text-decoration:none;
	border-width:1px;
	border-bottom-width:0;
	border-style:solid;
	border-color:#000000;
	padding-left:3px;
	}
#menu a:link, #menu a:visited {
	background-color:#CCCCCC;
	color:#333333;
	}
#menu a:hover {
	background-color:#999999;
	color:#FFFFFF;
	}

.form_item {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.copyright {
	float:right;
	font-size:0.8em;
	}
.copyright a:visited {
	text-decoration:none;
	color:#333333;
	}
.copyright a:link {
	text-decoration:none;
	color:#333333;
	}
.copyright a:hover {
	text-decoration:none;
	color:#FF0000;
	}

h1 {
	margin-top:-5px;
	font-size: 1.5em;
	font-weight:bold;
	color: #333333;
}

h2 {
	font-size: 1.0em;
	font-weight:bold;
	font-style:italic;
	color:#990000;
	text-align:left;
}
