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

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

/*  Global Formatting */
h1{
	font-size:1.5em;
	font-weight:normal;
	color: #000066;
}
h2{font-size:1.4em;font-weight:normal;}
h3{
	font-size:1.2em;
	font-weight:bold;
	margin: 10px 0px 5px;
}
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: #336600;}
a:hover {color: #339900;}
a:visited {color: #336600;}
img {border: 0 none;}


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

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

