body {
	color: #4d4d4d;
	text-align: left;
    font-size: 80%;
	font-weight: normal;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	}
p, td {
	font-size: 1.0em;
	text-align: left;
	line-height: 1.6em;
	}
p {
	margin: 0;
	padding: 0 0 1em 0;
	}
th {
	font-weight: bold;
	font-size: 1.02em;
	}
tfoot, thead {
	font-size: 1.0em;
	}
small {
	font-size: 0.8em;
	}	
big {
	font-size: 1.2em;
	}	
blockquote, pre {
	font-family: Courier New, monospace;
	font-size: 1.0em;
	}	
	
/* List Styling */
ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
li {
	padding: 0px 0px 5px 0px;
	list-style: none;
	list-style-type: square;
	font-size: 1.0em;
	line-height: 1.5em;
	}
	
/* BEGIN Heading Styling */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #f40039;
	text-align: left;
	margin: .7em 0em .4em;
	padding: 0em;
	clear: both;
	}
h1 {
	margin: 0px;
	font-size: 1.7em;
	line-height: 1.7em;
	letter-spacing: -.07em;
	}
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: -.06em;
	}
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: -.05em;
	}
h4 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: -.04em;
	}
h5 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: -.04em;
	}
h6 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: -.04em;
	}
/* END Heading Styling */

.redheader {
	color: #f40039;
	}


/* BEGIN Link Styling */
a:link, a:visited {
	color: #f40039;
	text-decoration: none;
	}		
a:hover, a:active {
	color: #f40039;
	text-decoration: underline;
	}
/* END Link Styling */

