/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color:#000066;
	background-color:#00488B;
	margin:0px 0px 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

p {
	margin-top:0px;
	margin-bottom:9px;
	font-size: 11px;
	color: #000066;
	}

a { font-weight:bold;
	text-decoration:none;
	color:#000066;
  }
  
a:hover
{
	color:#009AC6;
}

h1 {
	font-weight:bold;
	margin-top:0px;
	margin-bottom:9px;
	font-size: 16px;
	color: #000066;
	}

ul {
	font-size: 11px;
	color: #000066;
	margin-top: 1px;
	margin-bottom: 9px;
}

.footernav
	{font-weight:normal;
	text-decoration:none;
	color:#000066;
	}
.csr { 
	color:#ffffff;
	background-color:#1B1A31; 
  }
 .csr a { font-weight:bold;
	text-decoration:none;
	color:#009AC6;
  }
  
.csr a:hover
{
	text-decoration: underline;
	color:#ffffff;
}

