html,body{
	height: 100%;
	margin: 0px;
	min-height: 100%;
	text-align: center;
	width: 100%;
}

body{
	background: url(images/bgX.jpg) repeat-x scroll 0 0 #c5d6ea; 
	color: #000066;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}

table td {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px; 
}
:link { 
    color: #000066;
    text-decoration: underline;
} 
    
:visited { 
    color: #000066; 
    text-decoration: underline;
}   
a:active { 
    color: #000066; 
    text-decoration: underline;
}   
a:hover { 
     color: #000066; 
     text-decoration: none;
}