body
{
	font-family: arial;
	font-color: #696969;
	font-size: 12pt;
}
a 
{
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #202020;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #001C85;
	text-decoration: underline overline;
}
.link {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0099FF;
	text-decoration: none;
}
input
{
	border-width: 1px;
	border-color: #000000;
	background-color: #dfdfdf;
	height: 20px;
}
select
{
	border-width: 1px;
	border-color: #000000;
	background-color: #dfdfdf;
	height: 20px;
}
textarea
{
	border-width: 1px;
	border-color: #000000;
	background-color: #dfdfdf;
	height: 100 px;
}