/* Design by Destinie - Starlet Studios/  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 {
	line-height:16px; 
	font-family: Tahoma, Arial;
	color: #e5e5e5;
	font-size:11px;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top center;
	scrollbar-face-color: #3F3F3F;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #2F2F2F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
}



/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #a6a6a6;}
a:hover {color: #494949;}
a:visited {color: #a6a6a6;}
img {border: 0 none;}


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

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