/* 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: #666;
	margin-top: 0px;
	background-color: #efefef;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #efefef;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 20px;
	}

/*  Global Formatting */
h1 {font-size:16px;}
h2 {font-size:15px;}
h3 {
	font-size:18px;
	font-weight: normal;
}
h4 {font-size:13px;}
h5 {font-size:12px;}
h6 {
	font-size:11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	line-height: normal;
}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {}
a:hover {}
a:visited {}
img {border: 0 none;}


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

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

#footer a, a:link, a:visited {color: #333; text-decoration:none}
#footer a:hover {
	color: #99cc33;
}