@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:100%;
	vertical-align: baseline;
	text-decoration: none;
	background:transparent;
}
body{
	font-size: 100%;
	font-family: tahoma, arial, sans-serif;
	overflow: scroll;
}
h1 {
	font-size:2em;
	line-height: 1.5em;
	margin-right: 10px;
	}
p {
	line-height: 1.5em;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: left;
	font-size: 0.85em;
	color: #6c6f70;
}
a {
	color: #A8A6D9;
}
h2 {
	font-size:1.3em;
	color: #555555;
	line-height: 1.3;
	font-weight: bold;
	text-align: justify;
	font-family: corbel, arial, sans-serif;
}
h3 {
	font-size:1.125em;
}
h4{
	font-size:1em;
}
h5, h6 {
	font-size:.875 em;
}
li, q, blockquote  {
	font-size: .90em;
}
abbr {
	letter-spacing: -0.1em;
	font-size: 0.9em;
	font-weight: bold;
	color: #A8A6D9;
}
.noMarginNoPadding {
	margin: 0;
	padding: 0;
}
.centered {
	text-align: center;
}
.redtext{
	color:#CC0033;
}

