/* create a button look for links */
a:link, a:visited
{   
	background-color:black;
    	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#666666 solid 2px;
	border-bottom:#666666 solid 2px;
	
	color: white;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	
	width:17px;
	height:22px;
}

a:hover
{   background-color:#333333;}

/* depress effect on click */
a:active, a:focus 
{   
	border-top:#000099 solid 1px;
	border-left:#000099 solid 1px;
	border-right:#000099 solid 2px;
	border-bottom:#000099 solid 2px;

	background-color:#ffffcc;
	color:#000099;
	
	
}


.wttitle	{ font-size:12px; color:#000099; font-family:Arial, Helvetica, sans-serif; text-align:left; 
			height:22px; width:400px; border-bottom:2px solid #000099; border-right:1px solid #000099; 
			padding-left:5px; padding-right:5px; padding-bottom:0px; margin-bottom:0px; margin-left:5px;}


.bodytitle	{ color:#000099; font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; }

.wt		{ width:715; height:385; overflow:cut; padding:5px; border:0px dotted lime; }

.curpg		{border-top:#000099 solid 1px; border-left:#000099 solid 1px; border-right:#000099 solid 2px; 
			border-bottom:#000099 solid 2px; background-color:#ffffcc; color:#000099;
			width:17px; height:22px; align:bottom; font-family:arial,helvetica,sans-serif;
    			font-size:11px; font-weight:bold; text-decoration:none; padding:3px; 
			float:left;}













