@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
	}

body{
	background:#FFFFFF; height:100%;
	}
	
table{
	width:100%; 
	height:100%;
	}
	
p{
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
}