/* Style For Textbox*/
.textbox
{
	font-size : 10px;
	font-family : Verdana, Tahoma;
}

TD
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color : #919191;
}
/* Style For Buttons*/
.button
{
	color: #000000; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color:#CBCBA9;
	border:1 outset;
	border-color:#919191;
}



A:link
{
	font-family : Verdana;
	font-size : 9pt;
	color : #919191;
	font-weight : normal;	
	text-decoration : underline;
}

A:visited
{
	font-family : Verdana;
	font-size : 9pt;
	color : #919191;
	font-weight : normal;	
	text-decoration : underline;
}

A:hover
{
	font-family : Verdana;
	font-size : 9pt;
	color : #919191;
	font-weight : normal;	
	text-decoration : underline;
}

