@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin: 0px;
	background-color: #562B1D;
	line-height: 1.5em;
	border: 3px solid #fff;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin: 0;
	background-color: #000;
	line-height: 1.5em;
}

h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {
	color: #6E6E6E;
	font-size:14px;
	line-height: 1.5em;
	font-weight: bold;
}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}

a {
	color: #863E27;
	text-decoration: none;}
	
a:hover {
	color: #C1360E;
	text-decoration: underline;}

a:visited {
	color: #863E27;
	text-decoration: none;}
a.image, a.image:hover  {border:0;}

.clr{clear: both;}
