@import "layout.css";
@import "menu.css";

/* Base HTML Definitions */
body {font:12px arial;color:#000000;background-color:#847d63;}

/* 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;}

a {color: #ce3200;text-decoration: underline;}
a:hover {text-decoration: none;}

/* Heading Sizes */
h1 {font-size:18px;color: #651e08;}
h2 {font-size:16px;color: #827b61;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: arial; 
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	border-bottom: 2px solid #651e08;
}

p {
	font:12px arial;
	line-height:18px;
}

#print {
	display: none;
}
