a:link 	{color: #974F08;}
a:visited	{color: #974F08;}
a:hover 	{fcolor: #974F08;}
a:active	{color: #974F08;}


BODY {
	SCROLLBAR-FACE-COLOR: #FF7B00;
	
	SCROLLBAR-HIGHLIGHT-COLOR: #FF8A00;
	
	SCROLLBAR-SHADOW-COLOR: #D85400;
	
	
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	
	SCROLLBAR-TRACK-COLOR: #FF8A00;
	
	SCROLLBAR-3DLIGHT-COLOR: #FF8A00;
	}

#title h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	color: #974F08;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#974F08;
}
a {
	text-decoration: none;
	color:CCE6FD;
}
a.1 {
	text-decoration: none;
	color:#000000;
}

t1 {
	text-decoration: none;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:5px;
}

.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color:CCE6FD;
}


td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:974F08;
}



.t11L {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}


function ShowPic(pic) {
        var temp = "showpic.php?pic=" + pic;
        var xpos = (screen.width-100)/2;
        var ypos = (screen.height-100)/2;
        window.open(temp, "displayWindow", "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=1,height=1,top=" + ypos + ",left=" + xpos);  
}
