body
{
	font-family :Verdana,Arial; font-size :8pt; 
}
a {font-family : Arial; font-size : 8pt; color : black ; text-decoration : none}
a:link {color : Black;}
a:active {color : Black;}
a:visited {color : Black;}
a:hover {color : Blue; text-decoration : underline;}

a.label-M {font-family : Arial; font-size : 8pt; color : black; text-decoration : none}
a.label-M:link {color : Black ;}
a.label-M:active {color : Black ;}
a.label-M:visited {color : Black ;}
a.label-M.hover {color : Black; text-decoration : underline;}

TD
{
	word-break : break-all;
}
.label-XS
{
	font-family : Arial;
	font-size : 8px;
}.label-S
{
	font-family : Arial;
	font-size : 10px;
}.label-M
{
	font-family : Arial;
	font-size : 11px;
}
.label-L
{
	font-family : Arial;
	font-size : 12px;
}
.label-XL
{
	font-family : Arial;
	font-size : 24px;
	font-weight : bold;
}
.firstrow
{
	background-color : LightGrey;
}
.cmdButton
{
	border : solid 1 black;
	cursor : pointer;
	font-family : Arial;
	font-size : 8pt;
	height : 20;
	width : 72
}
.cmdButton-S
{
	media : screen;
	border : solid 1 black;
	cursor : pointer;
	font-family : Arial;
	font-size : 8pt;
	height : 20;
	width : 72
}
.cmdIcon
{
	cursor : pointer;
}
.boxedframe
{
	border : solid 1 Gray;
	border-collapse : collapse ;
}
.textbox-M
{
	width : 144px;
}
.lablecol
{
	width : 100px;
}
.inputcol
{
	width : 200px;
}
.combobox
{
	width : 144px;
}