body {
	  margin-top: 0;
	  margin-bottom:0;
	  margin-left:0;
	  margin-right:0;
	  background-color:#E1E1E0;
	  SCROLLBAR-FACE-COLOR: #004D95;
	  SCROLLBAR-HIGHLIGHT-COLOR: #D2D6E9;
	  SCROLLBAR-SHADOW-COLOR: #D2D6E9;
	  SCROLLBAR-ARROW-COLOR: #D2D6E9;
	  SCROLLBAR-BASE-COLOR: #D2D6E9;
	  scrollbar-3d-light-color: #D2D6E9;
	  scrollbar-dark-shadow-color: #D2D6E9
	}

/*Text Properties*/

    h1 {
	  font-family:Tahoma,helvetica,Sans-serif,Arial,Verdana;
	  font-size:14pt;
	  color:#989898;    
    }

	p, li, h2, h3 {
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  font-size:10pt;
	  color:#212F6A;
	}

	.ul {
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  font-size:10pt;
	  color:#212F6A;
	}

	.button {
	  font-family: Verdana;
	  font-size: 10pt;
	  color: #212F6A;
	  border: 1px solid #00438E;
	  background-color: #FFFFFF
	}
	
/*Link Properties*/

	a:link { 
	  color:#212F6A;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}

	a:visited { 
	  color:#212F6A;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}

	a:hover { 
	  color:#212F6A;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:none; 
	}

	a:active { 
	  color:#212F6A;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}