body {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
}
.cell {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
}

a:link		{font-family: Arial, Sans-Serif; font-size: 8pt; font-weight: normal; color: #5767B5; text-decoration: underline;}
a:visited	{font-family: Arial, Sans-Serif; font-size: 8pt; font-weight: normal; color: #5767B5; text-decoration: underline;}
a:active	{font-family: Arial, Sans-Serif; font-size: 8pt; font-weight: normal; color: #5767B5; text-decoration: underline;}
a:hover		{font-family: Arial, Sans-Serif; font-size: 8pt; font-weight: normal; color: #F46E6E; text-decoration: underline;}


INPUT,TEXTAREA,SELECT{
	background-color: #C1C8E8;
	BORDER-BOTTOM: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: normal;
	PADDING-LEFT: 1px;
	PADDING-TOP: 1px;
	TEXT-DECORATION: none
}
INPUT:hover,TEXTAREA:hover,SELECT:hover{
	background-color: #E8C1D0;
	BORDER-BOTTOM: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: normal;
	PADDING-LEFT: 1px;
	PADDING-TOP: 1px;
	TEXT-DECORATION: none
}