
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FE8D41;
	text-align: justify;
}

body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
		font-size:0.5em;
	color: #484848;
}

h1, h2, h3, h4{
	margin-bottom: 1em;
	font-weight: bold;
	color: #174b77;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 1.0em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}
