@import "website_styles.css";
@import "menu.css";

/* Base HTML Definitions */
body {font:12px arial,helvetica,sans-serif;color:#000000;background-color:#C6C6C6;}

/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:12px arial,helvetica,clean,sans-serif;}
body * {line-height:14px;}
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: #ef4035;text-decoration: underline;}
a:hover {text-decoration: none;}

/* Heading Sizes */
h1 {font-size:26px;}
h2 {font-size:22px;}
h3 {font-size:18px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #7a7a7a; 
	padding-left: 17px; 
	margin-top: 5px;
	background-image: URL(../images/heading_arrow.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
}

h2 a {
	text-decoration: none;
	color: #7a7a7a;
}
