html{
    height:100%;
    width:100%;
}
body{
	font-family:Arial;
	font-size:13px;
	color:#666666;
	font-weight:lighter;
}
table{
	font-family:Arial;
	font-size:13px;
	color:#666666;
	font-weight:lighter;
}
.title{
	font-family:Arial;
	font-size:72px;
	color:#999999;
	font-weight:bold;
}
.sub{
	font-family:Arial;
	font-size:16px;
	color:#FF8A0C;
	font-weight:bold;
}
a:link{
	color:#FF8A0C; 
	text-decoration:none; 
	font-family:Arial; 
	font-weight:bold;
	font-size:24px
}
a:visited{ 
	color:#FF8A0C; 
	text-decoration:none; 
	font-family:Arial; 
	font-weight:bold;
	font-size:24px
	}
a:hover{  
	color:#999999; 
	text-decoration:none; 
	font-family:Arial; 
	font-weight:bold;
	font-size:24px
}
.small a:link{
	color:#FF8A0C; 
	text-decoration:none; 
	font-family:Arial; 
	font-weight:bold;
	font-size:12px
}
.small a:visited{ 
	color:#FF8A0C; 
	text-decoration:none; 
	font-family:Arial; 
	font-weight:bold;
	font-size:12px
	}
.small a:hover{  
	color:#999999; 
	text-decoration:none; 
	font-family:Arial; 
	font-weight:bold;
	font-size:12px
}
ul{
	margin-top:0;
	margin-bottom:0;
}