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

body{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 13px;
	color: #1b1464;
}

div.box {
    border:  0px solid;
    width: 960px;
}

table td {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 13px; 
    color: #1b1464;
}
: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;
}

html {

     overflow: -moz-scrollbars-vertical;

     overflow: scroll;

}