/* 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{
	width: 1000px;
	clear: both;
	/*height: 1000px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 400px;
	padding: 0;
	text-align: justify;
	font-size: 9px;
	font-style: normal;
	vertical-align: text-top;
	background-position: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body {
	width: 1000px;
	clear: both;
	/*height: 1000px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 400px;
	padding: 0;
	text-align: justify;
	font-size: 9px;
	font-style: normal;
	vertical-align: text-top;
	background-position: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/*  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: #000066;}
a:hover {color: #000033;}
a:visited {
	color: #000066;
}
img {border: 0 none;}


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

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