html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*ol, ul {
    list-style: none;
}*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}


body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;	
	font: normal 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00000;
	text-shadow: #EEEEEE 0px 1px;
}

h1{
	color: #000000;
	font-size: 19px;
	font-weight: bold;
}

h2{
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

h3{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

h4{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

p {
	size: 13px;
}

a, a:active, a:link{
	font-style: normal;
	font-weight: normal;
	color: #0071C8;
	text-decoration: underline;
}
a:hover, a:active{
	color: #0071C8;
	text-decoration: none;
}

/*******************
	 CHANGELOG
*******************/
#divChangeLog{
	clear: both;
	padding: 30px;
}

#divChangeLog ul{
	font-size: 13px;
	color: #444444;
	margin-bottom: 30px;
	margin-left: 30px;
}

#divChangeLog li{
	line-height: 16px;
}