@import "header.css";
@import "block.css";
@import "footer.css";

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0034AB;
}

body {
	background-color: #607DBF;
	padding: 2px;
}

#global {
	border: 1px solid white;
	width: 100%;
}

a {
  color: #993333;
  text-decoration: none;
}
a:hover { 
  color: #FF0000;
  text-decoration: none;
}

a b {
  color: #993333;
  text-decoration: none;
}
a:hover b { 
  color: #FF0000;
  text-decoration: none;
}

H1 {
  font-size: 13pt;
  font-weight: normal;
}

#separator {
  width: 100%;
  border-top : 1px solid #002577;
}


.text{
   margin: 0;
   padding: 0;
	 z-index: 23;
}
.text_clear {
  margin: 0;
  padding: 0 0 0 0;
	clear: both;
}
.no_offset {
	padding: 0;
	margin: 0;
}
.list_number {
	padding: 0;
	margin: 0;
	position: absolute;
	display: block;
	width: 30px;
}
.list_bullet{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 7px;
}
.list_indent {
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
	display: block;
}

