/* Design by Barry Souden of Gobstopper Designs  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:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-color: #FFFFFF;
	}

/*  Global Formatting */
p  {font-size:12px; margin: 0px 5px 7px 10px;}
h1 {font-size:20px;line-height: 1em;font-weight: 900; color:#2f0b46; letter-spacing:-1px; margin: 10px 0px 2px 10px;}
h2 {font-size:15px;line-height: 1em;font-weight: 900; color:#2f0b46; margin: 10px 0px 2px 10px;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:20px;line-height: 1em;font-weight: 300; margin:0px; color:#F7F7F7;}
h6 {font-size:20px;line-height: 1em;font-weight: 900; letter-spacing:-1px; margin: 0px 0px 2px 10px;}
.tabs { color:#FFF; text-decoration:none; }
.tabs a{ color:#FFF; text-decoration:none; }
.tabs a:hover{ color:#FFF; text-decoration:underline; }

td{font-size: 12px;}
th{font-size: 12px;}
p a:link {color: #333;}
p a:hover {color: #2f0b46;}
p a:visited {color: #333;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

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

