html        { 	height: 100%;
			    width: 100%;
               }

body         { 	background-repeat: no-repeat;
				background-position: center top;
				background:  #ffffff;
				height: 100%;
			    width: 100%;
               }
               
a:link       { color:FFFFFF; background:transparent; text-decoration:none}
a:visited    { color:FFFFFF; background:transparent; text-decoration:none}
a:hover      { color:CCCCCC; background:transparent; text-decoration:underline}

p {margin-top:15px;}


.header3	{  padding: 5px; }
			   
.header4	{  font-size: 19px; color: #444444; font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal; text-decoration:none;
               word-spacing: 0; line-height:16px;
			   text-align:center;
               padding-top: 10px; padding-bottom: 15px; padding-left:20px; padding-right:20px; margin:0;
			   background:  #FFFFFF;
			   filter: alpha(opacity=90);
			   -moz-opacity: 0.90;
			   opacity: 0.90;
			   -khtml-opacity: 0.90;  }