
html, body {
height: 100%;
margin:0;
padding:0;

}

* html #page {
height: 100%;
margin:0;
padding:0;
}

div#page {
	margin:0;
padding:0;
}

*:focus { outline: none }







a:link {
		color: #98012e; 
		text-decoration: none;}
a:visited {
		color: #98012e; 
		text-decoration: none;}
a:active {
		color: #98012e; 
		text-decoration: none;}
a:hover {
		color: #98012e; 
		text-decoration: underline;}





.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px; 
  font-weight : normal;
  color: #000000 ;
  text-align:center;
  vertical-align:middle;
}


.subtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight : normal;
  color: #000000 ;
  text-align:center;
}



.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight : bold;
  color: #000000 ;
  text-align:center;
}




