a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: darkblue
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:red;
	text-decoration: none;
}

td
{

font-family:arial;
font-size:13px
}
img
{
border-width:0;
}

body
{
scrollbar-face-color: #6198CF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #E9E9E9;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-arrow-color:red;
scrollbar-track-color: #lightblue;
scrollbar-darkshadow-color: #CCCCCC;
color : Black;
}

.menu
{
	background-image:url("cp/tmpimg/btn.gif");
	background-repeat:no-repeat;
	width:200;
	height:30;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	cursor:hand;
	color:darkblue;
	padding-Top:5px;
}
.menu:hover
{
	background-image:url("cp/tmpimg/btnpr.gif");
	background-color:#009999;
	background-repeat:no-repeat;
	width:200;
	height:30;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	cursor:hand;
	color:darkred;

}
