body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #333;
}

h1,h2,h3,h4,h5,h6,p,div,td,th,ul,ol,li,dl,dt,dd,pre,code,form,fieldset,input,select,option,textarea,blockquote { font-size:1em; line-height:1em; margin:0; padding:0; border:none; }
a img, a:link img, a:visited img { border:none }
address { font-style:normal }

#header {font-size:1.2em}
#content {font-size:1.2em}
#sidebar {font-size:1em}
#footer {font-size:1em}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}
h4, h5, h6, div, p, li, td, th, dt, dd {
	line-height: 1.5em;
}

/* Begin Typography & Colors */

a, a:link, a:visited, a:hover {
	background-color: transparent;
	color: #800080;
	border: none;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	background-color: transparent;
	color: #a46da4;
	text-decoration: underline;
	}

h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited {
	background-color: transparent;
	color: #800080;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-decoration: none;
	}
h3, h3 a, h3 a:link, h3 a:hover, h3 a:visited {
	background-color: transparent;
	color: #800080;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sans-serif;
	text-decoration: none;
	}

/* Miscellaneous Tags & Classes */
hr {
	display: none;
	}
a img {
	border: none;
	}
em {
	background-color: transparent;
	color: #800080;
	}
strong {
	background-color: transparent;
	color: #800080;
	}
.floatleft {
	float: left;
	margin: 0 1em 1em 0;
	}
.break {
	clear: both;
	}
.alt, .alteven {
	padding: 0.5em;
	}
.alteven {
	background-color: #f5e5f5;
	}
.alt p, .alteven p {
	padding: 0.5em;
	}
.error {
	color: #900;
	font-weight: bold;
	}
.image, img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
	border: none;
	}
img.alignleft {
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
	border: none;
	}
img.centered {
	margin: 0.5em auto 0.5em auto;
	border: none;
	}
ul.nobullets, ul.nobullets ul, #content ul.nobullets li {
	list-style: none;
	margin-left: 0;
	}
/* End Various Tags & Classes*/