/* 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, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	background-color: #CCCCFF;
	line-height: 17px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	background-color: #FFFFFF;
	line-height: 16px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	line-height: 16px;
	}	
h1/*  Global Formatting */
  {
	font-size:16px;
	line-height: 20px;
	font-weight: 300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2 {
	font-size:14px;
	line-height: 16px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C30900;
	margin-bottom: 5px;
}
h3 {
	font-size:14px;
	line-height: 20px;
	font-weight: 900;
	color: #007343;
}
h4 {
	font-size:16px;
	line-height: 18px;
	font-weight: 900;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 13px;}
th{font-size: 12px;}
a:link {
	color: #4188cc;
}
a:hover {
	text-decoration: none;
	color: #4188cc;
}
a:visited {
	color: #4188cc;
}


img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}
.box_container {
	padding: 5px;
	border: 1px solid #333333;
}

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

