/* 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, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-image: url(/images/bgrndpage.gif);
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
        margin-bottom: 0px;
	background-color: #131313;
	text-align: center;
	text-shadow: #000 0 0 0;
	background-image: url(/images/mainBgrnd.jpg);
	background-repeat: repeat-y;
	background-position: center;

	}

/*  Global Formatting */
h1 {
	font-size:11px;
	font-weight: bold;
}
h2 {font-size:15px;margin-top: 5px; margin-left: 3px;}
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: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}

img {border: 0 none;}

ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}

li {
	list-style-image: none;
	list-style-type: none;
}
/* Clears Divs */
.clr{clear: both;}

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