@import "layout.css";
@import "menu.css";

/* Base HTML Definitions */
body {font:12px arial;color:#000000;background-color:#ffffff;}

/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:12px arial;}
body * {line-height:18px;}
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;}

/* Heading Sizes */
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:10px;}
h6 {font-size:10px;}

h5,h6,h7 {
	font-family: helvetica, arial, sans serif;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	color: #00338e;
	line-height: 23px;
	pedding: 0;
}

h1 {
	font-family: serif, times;
	font-weight: bold; 	
	margin: 0px 0px 10px 0px;
	color: #00338e;
	pedding: 0;
	line-height: 23px;
}

h2 {
	font-family: serif;
	font-weight: normal;
	margin: 10px 0px 4px 0px;
	color: #00338e ;
	pedding: 0;
}

h3 {
	font-family: sans-serif;
	font-weight: bold;
	margin: 15px 0px 4px 0px;
	color: #00338e;
	pedding: 0;
}

h4 {
	font-family: sans-serif;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #00338e;
	pedding: 0;
}
