* { margin: 0; padding: 0; }
img { border: none; }

body {
	font: 68.75% Tahoma, Arial, Helvetica, sans-serif;
	color: #5c5a55;
	text-align: center;
	background: #0c2555 url(../../img/interface/bg-body.gif) 0px 0px repeat-x;
	}

#envelope {
	position: relative;
	width: 1002px;
	height: 659px;
	margin: 0 auto;
	text-align: left;
	}
	
#footer { margin-bottom: 13px; }
	
/* default styles for generic page elements */
ul { list-style: none; }
	li { font-size: 1em; }
		li li { font-size: 1em; }

a {	color: #4c9cc9;
	text-decoration: none;
	}
	a:hover { color: #14135f; }
	a:visited, a:active { color: #4c9cc9; }
	a:focus { outline: 0; }
	
input, select, textarea { font-size: 1em; }