/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	width: 100%;
	}
	
body {
	font: 14px/18px normal Arial, Helvetica, sans-serif;
	}
	
img {
	border: none;
	}

a {
	text-decoration: none;
	color: #666;
	outline: none;
	}

	a:hover {
		color: #004682;
		}
			
p {
	padding: 5px 0;
	}
	
h1 {
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	z-index: 999;
	right: 510px;
	top: 50px;
	text-shadow: 0px 1px 5px #000000;
	text-align: right;
	width: 200px;
	line-height: 30px;
	display: block;
	}
	
h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 5px 0;
	line-height: 25px;
	}
	
h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 15px 0 3px 0;
	font-style: oblique;
	}
h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 2px 0;
	}
	h4 a:hover {
		color: #333;
		}
	
label {
	padding: 2px 0;
	width: 100%;
	float: left;
	clear: both;
	}
	
input, textarea, select {
	background: #FFF;
	border: 1px solid #999;
	height: 16px;
	padding: 5px 10px;
	margin: 2px  0;
	font-size: 13px;
	float: left;
	clear: both;
	}	
	input[type=submit] {
		height: 30px;
		}
textarea, select {
	height: auto;
	}
