@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 {height: 100%;}
body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: #DBEBF7 url(../images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/*  Global Formatting */
h1 {
	font: 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069;
	text-decoration: none;
}
h2 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
	text-decoration: none;
	margin: 5px 0px 10px;
	padding: 0px;
}
h4 {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069;
	text-decoration: none;
	margin: 5px 0px 10px;
	padding: 0px;
}
h5 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
	text-decoration: none;
	margin: 5px 0px 10px;
	padding: 0px;
}
h6 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	margin: 5px 0px 10px;
	padding: 0px;}
td {}
th {}
a:link {}
a:hover {}
a:visited {}
img {border: 0 none;}

strong, b {}

/* CSS RESET */

* :focus { outline: 0; }

/* Clears Divs */
.clr{clear: both;}

/*--- END GENERAL SETTINGS--*/

