/* 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;
	font-size: 10px;
	color: #cee3d9;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Arial;
	font-size: 10px;
	color: #cee3d9;
	margin-top: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900; color:#FFCC00}
h2 {font-size:15px;line-height: 1em;font-weight: 900; color:#FFCC00}
h3 {font-size:14px;line-height: 1em;font-weight: 900; color:#FFCC00}
h4 {font-size:13px;line-height: 1em;font-weight: 900; color:#FFCC00}
h5 {font-size:12px;line-height: 1em;font-weight: 900; color:#FFCC00}
h6 {font-size:11px;line-height: 1em;font-weight: 900; color:#FFCC00}
td{font-size: 11px;}
th{font-size: 11px;}
a:link {
	color: #FFCC00;
}
a:hover {color: #ffffff;}
a:visited {color: #FFCC00;
text-decoration:none}

img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

