@charset "iso-8859-1";
body {
	font-family: "Times New Roman",serif;
	background-color: #000000; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px
}

/*  font style  */ 
.style1 {font-size: 13px; color: #FFFFFF;}
.style2 {font-size: 12px; color: #999999;}
.style3 {font-size: 12px; color: #999999;}
.style4 {font-size: 15px; color: #999999;}
.style5 {font-size: 11px; color: #FFFFFF; font-weight: bold;}
.style6 {font-size: 11px; color: #FFFFFF; font-weight: bold;}
.style7 {font-size: 10px; color: #FFFFFF;}

/*  photo style  */ 
img {
	border: none;
}

/*  link style  */
a img { 
	border:0; 
} 

a {
	color: #FA8072;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #FFFFFF;
	left: 1px;
	position: relative;
	text-decoration: underline; 
	top: 1px;
}