body {
	margin: 0px;
	padding: 0px;
	background:#B5C3DA;
	text-align:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#3C5277;
  }

.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF3333;
	border-bottom-color: #FF3333;
	background-color: #025;
	background-image: url(images/bg_head.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 110px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }


/* Links
----------------------------------------------- */
a {
  font-weight:bold;
  color:#35517B;
  }
a:hover {
  text-decoration:underline;
  color:#FF0000;
  }
a img {
  border-width:0;
  }
