/* Reset CSS */
html, body, div, span,
applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

/****************************************************************
End CSS reset 
****************************************************************/



body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 13px;
	color: #676767;
}



h1 {
	font-size: 30px;
	color: #6a3177;
	padding-bottom: 10px;
	font-family:"Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-weight: 200;
}

h2 {
	font-size: 17px;
	color: #141414;
	padding: 15px 0 7px 0;
}

h3 {
	font-size: 1.4em;
	padding: 15px 0 6px 0;
}

h4 {
	font-size: 14px;
	padding: 15px 0 5px 0;
	color: #fffefe;
}

h5 {
	font-size: 1em;
	padding: 15px 0 4px 0;
}

h6 {
	font-size: .9em;
	padding: 15px 0 2px 0;
}


#infoBox h1, #infoBox h2, #infoBox h3,
#infoBox h4, #infoBox h5, #infoBox h6 {
	font-weight:inherit;
	margin:inherit;
	padding:inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}

#infoBox {
	text-align: left;
}
