@import url(layouts.css);
@import url(gk_stuff.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:"Trebuchet MS";
	font-size: 11px;
	color: #0b2834;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #0b2834;
	margin-top: 0px;
	background:url(../images/background.png) repeat-x;
	background-color: #F0F8FF;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-stretch:semi-condensed; color:#0e99da;}
h2 {font-size:15px;font-stretch:semi-condensed; color:#0e99da; margin:0px; padding:0px}
h3 {font-size:14px;line-height: 1em;font-stretch:semi-condensed; color:#0e99da;}
h4, a.h4, a.h4:hover {font-size:13px;line-height: 1em;font-stretch:semi-condensed; color:#0c2430;}
h5 {font-size:12px;line-height: 1em;font-stretch:semi-condensed;}
h6 {font-size:11px;line-height: 1em;font-stretch:semi-condensed;}
td{font-size: 11px;}
th{font-size: 11px;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}
.caption{
	border:3px solid #0e99da;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
.noborder{
	border:none;
	float:none;
}
/* #######################  END GENERAL SETTINGS ############################ */
