body { 
	font-family: 'lucida sans unicode', verdana, Arial, sans-serif;
	font-size: 12px; 
	color: black;
	margin-left: 0px;
   margin-top: 25px;
   margin-right: 0px;
   margin-bottom: 25px;
   padding-bottom: 25;
   padding-left: 0;
   padding-right: 0;
   padding-top: 25;
	background:url('./graph/bg.jpg') top center no-repeat fixed black;
	scrollbar-arrow-color: #B90000;
	scrollbar-3dlight-color: white;
	scrollbar-face-color: silver;
	scrollbar-highlight-color: #404040;

	}
	
td{ font-size: 12px; }

/* main content table, td */
.content-table {	background-color: #DCDCDC; width: 860px; border: 1px solid #0579BE; }

.content-td { 
	background-image: url('./graph/back_content_gradient.jpg');
 	background-repeat: repeat-x;  
	padding-left: 20px; padding-right: 20px; padding-bottom: 20px; 
	text-align: justify; 
	}
	
.horsename {
	color: #0579BE; 
	font-size: 22px; 
}

.list-td{
	width: 195px; 
	border: 1px solid silver; 
	background-image:url('./graph/hlist_bg.jpg'); 
	text-align: center;
}
	
/* Main frame */
.left-top{ width:25px; height: 25px; background-image:url('./graph/pas4.jpg'); }
.mid-top{ width: 900px; height: 25px; background-image:url('./graph/pas3.jpg'); }
.right-top{ width:25px; height: 25px; background-image:url('./graph/pas4.jpg'); }
.left{ width:25px; background-image:url('./graph/pas1.jpg'); }
.right{ width:25px; background-image:url('./graph/pas2.jpg'); }
.left-dn{ width:25px; height: 25px; background-image:url('./graph/pas4.jpg'); }
.mid-dn{ width: 900px; height: 25px; background-image:url('./graph/pas3.jpg'); }
.right-dn{ width:25px; height: 25px; background-image:url('./graph/pas4.jpg'); }
	
.small { 
	font-size: 10px; 
	color: #B0B0B0;  
	}
	
.silver-caps {
	font-variant: small-caps; 
	color: silver
	}

a { 
	color: #0579BE; 
	text-decoration: none; 
	}

a.white { 
	color: white; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #3C99F7; 
	text-decoration: underline; 
	}

