/*-------------------------*/
/*    GENERAL  SETTINGS    */

* {margin: 0px;
	padding: 0px;}

body {margin: 0px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	background-color: #000000;
	color: #133E87;
	overflow: auto;}

a {color:#FFFFFF; text-decoration: none;}
a:visited {color:#FFFFFF; text-decoration: none;}
a:hover {color:#FF7700;}

img {border: 0px;
	vertical-align: middle;}

#MainLogo {position: relative;
	top: -10px;
	text-align: center;
	z-index: 2;}

#HeaderBackground {position: relative;
	top: -10px;
	left: 0px;
	z-index: 2;}
	
#LinkChangeNote {text-align: center;
	font-size: 12pt;}

#Bottom {text-align: center;
	top: 0px;
	clear: both;
	color: #133e87;
	margin-top: 70px;
	margin-bottom: 10px;
	font-size: 8pt;}

#Content {text-align: center;
	color: #7F7F7F;
	font-size: 10pt;
	margin-left: 15px;
	margin-right: 15px;}

/*=========================*/