/* Design by Alex Vasquez of http://clarusweb.com  All Rights Reserved */
/*@import url(layouts.css);*/
@import url(layout.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(reset.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #5A84AE;
	background-image: url(../images/mainBG-1.png);
	background-repeat: repeat-x;
	background-position: left top;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {
	font-size:15px;
	line-height: 1em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	color: #E27242;
}
h3 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {
	font-size:12pt;
	line-height: 1em;
	font-weight: 900;
	margin: 0px;
	padding-top: 9px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FBFBFB;
}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
a.image, a.image:hover  {border:0;}


/* Clears Divs */
.clr{clear: both;}



/* #######################  END GENERAL SETTINGS ############################ */
