BODY  {
	BACKGROUND: #ECEFFD;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	MARGIN-TOP: 0;
	MARGIN-LEFT: 0;
	MARGIN-RIGHT: 0;
	MARGIN-BOTTOM: 0;
}
TD {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
}
TEXTAREA {
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
	FONT-SIZE: 12px;
	background-color : #DCDCDC;
	font-weight : bold;
	border-color : #87CEEB;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-indent : 2px;
}
INPUT {
	background-color : #DCDCDC;
	color : #000000;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	border-color : #87CEEB;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	text-indent : 2px;
}
INPUT.radio{
	background-color: #FFFFF0;
	border: Black;
}
A:Hover{
	color : #333399;
	text-decoration : underline;
	font-weight : bold;
}
A:Link{
	color : #333399;
	text-decoration : none;
	font-weight : bold;
}

A:Active{
	color : Black;
	text-decoration : none;
	font-weight : bold;
}
A:Visited{
	color : #333399;
	text-decoration : none;
	font-weight : bold;
}