body {
	font: 13px/1.5em Helvetica, sans-serif;
	background-color: #f8f9c7;
	margin: 0px;}
/* Headers */
h1 { margin: 0em 0em 0.6em 0em; font: 1.8em inherit; }
h2 {font-family:trebuchet MS;text-transform:uppercase;font-size: 15px;color:#FFFFFF;padding:20px 0 10px 30px;}
h3 { margin: 0em 0em 0.6em 0em; font: 1.0em inherit; }
h4 { margin: 0em 0em 0.6em 0em; font: 1.1em inherit; }
h5 { margin: 0em 0em 0.6em 0em; font: 1.0em inherit; font-weight: bold; }
h6 { margin: 0em 0em 0.6em 0em; font: 1.0em inherit; font-weight: normal; }
/* Text */
p { }

abbr, acronym { text-transform: uppercase; border-bottom: 1px dotted #999; cursor: help;}

/* Links */

a:link {
	color: #ef382c;
	text-decoration: none;}
a:visited {
	color: #a00b0a;
	text-decoration: none;}
a:hover {
	color: #b01307;
	text-decoration: underline;}
a:active {
	color: #a00b0a;
	text-decoration: underline;}

/* Lists */

#wrap ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;}
#wrap ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;}
#wrap ul li, #wrap ol li { margin: 0.1em 0em; }
#wrap li ul, #wrap li ol { margin: 0.4em 0em 0.4em 1.5em; }

/* Table */

table {

}

/* Forms */


