/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
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:link {
	color: #000000;  
	margin-bottom: 0px; 
	padding: 0px 10px 0px 0px;
	text-decoration: none; 
	font-weight: bold;
	
}
a:hover {color: #474220;  margin-bottom: 0px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; text-decoration: none; font-weight: bold;}
a:visited {color: #000000;  margin-bottom: 0px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; text-decoration: none; font-weight: bold;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

