@import "layout.css";
@import "menu.css";

/* Base HTML Definitions */
body {font:12px arial;color:#000000;background-color:#000000;background-image: URL(/resources/images/main-bg.jpg);background-position: top center;background-repeat: no-repeat;}

/* 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:13px;}
h4 {font-size:10px;}
h5 {font-size:10px;}
h6 {font-size:10px;}

h1 {
	font-family: arial;
	margin: 0px 0px 10px 0px;
	color: #660000;
	line-height: 23px;
	text-transform: uppercase;
}

h2,h3,h4,h5,h6 {
	font-family: arial;
	margin: 0px 0px 10px 0px;
	color: #660000;
	line-height: 23px;
}
