body 
{ 
	margin-left: 20px;
	margin-right: 20px;
	margin-top:20px;
	margin-bottom: 20px;
	background-color: rgb(190,190,190);
	color: rgb(0,0,0);
	font-family: helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight:normal;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

table
{
	width: 100%;
	margin:0px;
	border:0px;
	border-style: none;
	background-color:rgb(190,190,190);
}

td
{
	margin:0px;
	border:0px;
	border-style: none;
	background-color:rgb(190,190,190);
	vertical-align: top;
}


h1
{ 
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(190,190,190);
	font-family: helvetica, arial, sans-serif; 
	font-size: normal; 
	font-weight:bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

h2
{ 
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(190,190,190);
	font-family: helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight:bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

p
{ 
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(190,190,190);
	font-family: helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight:normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link 
{ 
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(190,190,190);
	font-family: helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight:normal;
	text-decoration: none;
}

a:visited 
{ 
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(190,190,190);
	font-family: helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight:normal;
	text-decoration: none;
}

a:active 
{ 
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight:normal;
	text-decoration: none;
}

a:hover 
{ 
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(255,220,0);
	font-family: helvetica, arial, sans-serif; 
	font-size: small; 
	font-weight:normal;
	text-decoration: underline;
}

