/* ------------HTML BODY */

html {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background: #00345C ;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	font-size: x-small;
	height: 100%;
	min-height: 100%;
	}
	
a, a:link {
	color: #00345C;
	text-decoration: none;
	font-weight: 600;
	}

a:visited {
	color: #005BA1;
	text-decoration: none;
	font-weight: 600;
	}
	
a:hover {
	color: #005BA1;
	text-decoration: underline;
	font-weight: 600;
	}

hr {
	color: #00345c;
	background: #00345c;
	height: 2px;
	}
	
img {
	border: 0;
	}

#index { 
	text-align: center; 
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%; 
	height: 1px; 
	overflow: visible; 
	visibility: visible; 
	display: block; 
	}
	
#index2 { 
	margin-left: -225px; 
	position: absolute; 
	top: -133px; 
	left: 50%; 
	width: 253px; 
	height: 333px; 
	visibility: visible; 
	}
