body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial; 
	font-size:12px; 
}
td, tr {
	font-family:Arial; 
	font-size:12px; 
}

h1 {
	font-size:14px;
}

/* Home Page buttons */
td.mlMainMenu a {
	width:178px;
	height:33px;
	padding:8px;
	padding-left:25px;
	font-size:12px;
	text-decoration:none;
	color:black;
}
td.mlMainMenu a:hover {
	color:red;
}
.mlMainMenu {
	 height:33px;
}

.mlSubMenu a:link, .mlSubMenu a:visited {
	color:white;
	text-decoration:none;
	font-size:10px;
	margin-left:15px;
}
.mlSubMenu a:hover, .mlSubMenu a:active {
	color:white;
	text-decoration:underline;
	font-size:10px;
	margin-left:15px;
}
.mlSubMenu {
	height:23px;
	background:url('images/button_sub.gif');
}

#breadcrumb {
	padding:5px;
	font-size:10px;
}
a {
	color:#884422;
}

#searchSubmit {
	border:1px solid black;
}
