/* CSS Document */

html, body {
	background:#515f88;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	line-height:18px;	
	overflow:auto;
}

h1, h2, h3, h4, h5, h6, p, form, table {
	margin:0 0 16px 0;
	padding:0;
}

/************************************** Menu Styles */

#wrapper .menu {
	display:none;
}	
/************************************** Text Styles */

h1 {
	font-size:16px;
	text-transform:uppercase;
	color:white;
}

h1 img {
	display:none;
}

h2 {
	font-size:14px;
}
