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