@import "layout.css";
@import "menu.css";

/* Base HTML Definitions */
body {font:12px arial;color:#000000;background:URL(/resources/images/bg_main.jpg);background-repeat:repeat-x;background-color:#000000;}

/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:12px arial;}
body * {}
body,div,form,fieldset,th,td {margin:0;padding:0;}
fieldset,img,a img {border:0;}
address,caption,code,dfn,th,var {font-style:normal;font-weight:normal;}

/* Heading Sizes */
h1 {
	color: #cc6600;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #336699;
	font-size:16px;
	font-family: arial;
	margin: 0px 0px 10px 0px;
	pedding: 0;
	line-height: 23px;
}

h3 {
	color: #336699;
	font-size:14px;
	font-family: arial;
	margin: 0px 0px 10px 0px;
	pedding: 0;
	line-height: 23px;
}

h4 {
	color: #336699;
	font-size:12px;
	font-family: arial;
	margin: 0px 0px 10px 0px;
	pedding: 0;
	line-height: 23px;
}

h5 {
	font-size:10px;
	font-family: arial;
	margin: 0px 0px 10px 0px;
	pedding: 0;
	line-height: 23px;
}

h6 {
	font-size:10px;
	font-family: arial;
	margin: 0px 0px 10px 0px;
	pedding: 0;
	line-height: 23px;
}
