body {

	  background-color:#FFFFFF;
	  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*/

	p, div, td, th, nobr, i, a, h1, h2, h3 {
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  font-size:9pt;
	  color:#504E53;
	}

	li, {
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  font-size:9pt;
	  color:#504E53;
	}

	.ul {
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  font-size:9pt;
	  color:#504E53;
	}

	.button {
	  font-family: Verdana;
	  font-size: 11px;
	  color: #504E53;
	  border: 1px solid #00438E;
	  background-color: #FFFFFF
	}
	
/*Link Properties*/

	a:link { 
	  color:#504E53;
	  font-size:9pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}

	a:visited { 
	  color:#504E53;
	  font-size:9pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}

	a:hover { 
	  color:#504E53;
	  font-size:9pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:none; 
	}

	a:active { 
	  color:#504E53;
	  font-size:9pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}

