.clsButtonSmall
{
	background-image:url(images/btn_small.gif);	
	background-color:#00738C ;
	font-size:11px ;
	padding:0;
	margin:0px;
	border:0;
	border-style:none;
	width:50px;
	height:21px;
	color:#666666;
	FONT-FAMILY: Arial; 
	font-weight:bold;
	cursor:hand;
 	text-align: center;
}
.clsButtonMed
{
	BACKGROUND-IMAGE:url(Images/btn_medium.gif);
	background-color:#00738C ;
	font-size:11px;
	padding:0;
	margin:0px;
	border:0;
	border-style:none;
	Width:100px;
	height:21px;
	color:#666666;
	FONT-FAMILY: Arial;
	font-weight:bold;
	cursor:hand;
	text-align:center;
}
A:Hover
{
	text-decoration : underline
}
A.clsButtonFont:Hover
{
	text-decoration : underline
}
A.clsRecent
{
	text-decoration:line-through;
	color:Gray;
}
A.clsRecent:Hover
{
	color:Gray;
	text-decoration : line-through underline;
}

.Warning
{
    FONT-SIZE: 10pt;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-WEIGHT: bold;
}
.clsButtonArrowLeft
{
	background-image:url(images/button_back.gif);	
	background-color:#cccccc;
	padding:0;
	margin:0px;
	border:0;
	border-style:none;
	width:22px;
	height:18px;
	cursor:hand;
}
.clsButtonArrowRight
{
	background-image:url(images/button_forward.gif);	
	background-color:#cccccc;
	padding:0;
	margin:0px;
	border:0;
	border-style:none;
	width:22px;
	height:18px;
	cursor:hand;
}
.clsButtonLarge
{
	BACKGROUND-IMAGE:url(Images/btn_large.gif);
	background-color:#00738C ;
	font-size:11px;
	padding:0;
	margin:0px;
	border:0;
	border-style:none;
	Width:125px;
	height:21px;
	color:#666666;
	FONT-FAMILY: Arial;
	font-weight:bold;
	cursor:hand;
	text-align:center;
}

