 html, body, #san {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background-color:#fbf3d9;
   }
   #san {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
   }
   
.loginButton
{
background-image:url(images/button.gif);
	background-repeat:no-repeat;
	width:48px;
	height:15px;
	background-color:transparent;
	border:0px;
	color:#000000;
	font-size: 11px;
	font-weight:normal;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.textboldwhite{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
font-weight:800;
text-decoration:none;
}
.textRed
{
    font-family: Arial;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    color: #FF0000;
}
.textGreen
{
    font-family: Arial;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    color: green;
}