/*
----------------------------------------------------------------
	B A S E   C S S
---------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-image: url();
	background-repeat: repeat-x;
	background-color: #ffffff;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 {
	font-size: 3em;
	line-height: normal;
	margin-bottom: 0.5em;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.25em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-size: 1.2em;
	color: #FFFFFF;
}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
strong      { font-weight: bold; }



/* Links
-------------------------------------------------------------- */


a           { color: #009; text-decoration: none; }
a:focus, a:hover     { color: #000; text-decoration: underline; }



/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }


/* Misc classes
-------------------------------------------------------------- */

