/*@charset "utf-8"; CSS Document*/
/***** Global Settings *****/
* {
	/* Universal reset: */
	margin : 0;
	padding : 0;
}
body, html {
	height : 100%;
	font-size : 0.880em;
	border : 0;
	margin : 0;
	padding : 0;
	width : 100%;
	font-family: arial, sans-serif;
	
}
body {
}
/***** Common Formatting *****/
/*Headlines*/
h1, h2, h3 {
	color : #057E3B;
	font-weight : normal;
	line-height : normal;
	font-family: arial, sans-serif;
}
h4, h5, h6 {
	color : #057E3B;
	font-weight : normal;
	line-height : normal;
	font-family: arial, sans-serif;
}
h1 {
	font-size : 30px;
}
h2 {
	font-size : 26px;
}
h3 {
	font-size : 22px;
}
h4 {
	font-size : 18px;
}
h5 {
	font-size : 14px;
	font-weight : Bold;
}
h6 {
	font-size : 12px;
	font-weight : Bold;
}
/*Anchors*/
a {
	color : #39d;
	font-size : 0.9em;
	text-decoration:none;
	font-family: arial, sans-serif;
	
}
a:hover {
	text-decoration:none;
	
}
p, ul, ol {
	margin : 0;
	padding : 0;
	font-family: arial, sans-serif;
}
ul, ol {
	list-style : none;
	font-family: arial, sans-serif;
}
blockquote {
	margin : 22px 40px;
	padding : 0;
}
small {
	font-size : 0.85em;
}
img {
	border : 0;
}
sup {
	position : relative;
	bottom : 0.3em;
	vertical-align : baseline;
}
sub {
	position : relative;
	bottom : -0.2em;
	vertical-align : baseline;
}
acronym, abbr {
	cursor : help;
	letter-spacing : 1px;
	border-bottom : 1px dashed;
}
/***** Tables *****/
table {
	border : 0;
	margin : 0 0 5px 0;
	padding : 0;
}
table tr td {
	padding : 2px;
}
/***** Global Classes *****/
.clear {
	clear : both;
	height : 2px;
	width: 100%
}
.float-left {
	float : left;
}
.float-right {
	float : right;
}
.text-left {
	text-align : left;
}
.text-right {
	text-align : right;
}
.text-center {
	text-align : center;
}
.text-justify {
	text-align : justify;
}
.bold {
	font-weight : bold;
}
.italic {
	font-style : italic;
}
.underline {
	border-bottom : 1px solid;
}
.highlight {
	background : #ffc;
}
.wrapper {
	overflow: auto;
	margin : 0 auto;
	width: 100%;
}
.img-left {
	float : left;
	margin : 4px 10px 4px 0;
}
.img-right {
	float : right;
	margin : 4px 0 4px 10px;
}
.nopadding {
	padding : 0;
}
.noindent {
	margin-left : 0;
	padding-left : 0;
}
.nobullet {
	list-style : none;
	list-style-image : none;
}
