body{
	font-family: Verdana; size: 10px; 
	background-image: url(/images/bg.jpg); background-repeat: repeat;  background-attachment: fixed;
	scrollbar-face-color: #B7B7B7;
	scrollbar-arrow-color: red;
	scrollbar-3dlight-color: #2388db;
	scrollbar-shadow-color: #2388db;
}
table{ 
	background-color: #FFFFFF;
}
table.pics{
	background-color: silver; border: 0px;
}
td.main_lt{
	background-image: url(/images/tbl_lft.jpg);
	background-repeat: repeat-y;
	width: 25px;
}
td.main_rt{
	background-image: url(/images/tbl_rt.jpg); 
	background-repeat: repeat-y; 
	width: 25px; 
}
td.footer{
	background: url(/images/footer.jpg);
	width: 750px; height: 25px; 
}
th.bg{
	background-image: url(/images/th.gif);
	background-repeat: no-repeat;
	height: 35px;
	font-size: 22px;
	text-align: left;
}
p{
	font-size: 10px;
}
p.margin{
	margin: 10px;
}
p.mid{
	font-size: 12px;
}
div.pichold{ width: 300px; height: 225 px; align: center; vertical-align: middle;
}
a:link {font-size: 10px; font-weight: bold; color: #a70303;}
a:hover{font-size: 10px; font-weight: bold; color: red;}
a:visited{font-size: 10px; font-weight: bold; text-decoration: line-through; color: #ADA895;}
a:active{font-size: 10px; font-weight: bold; font-style: oblique; color: black;}