@import "layout.css";
@import "menu.css";

/* Base HTML Definitions */
body {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;background-color:#ffffff;
	/* background: URL(/resources/images/backer_main.gif); */
	background-position: top center;background-repeat: repeat-x;}

/* Element Reset to ensure correct cascade properties across all browsers */

table {font-size:inherit;}

select, input, textarea {font:12px arial;}

body,div,form,fieldset,th,td {margin:0;padding:0;}

table {border-collapse:collapse;border-spacing:0;}

fieldset,img,a img {border:0;}

address,caption,code,dfn,th,var {font-style:normal;font-weight:normal;}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
	color: #054e79;	
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	color: #41764c;	
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
	color: #054e79;	
}
h5 {
	font-size: 12px;
	font-weight: 700;
	margin: 0px 0px 8px 0px;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

