body 
{ 
	margin-left: 10px;
	margin-right: 5px;
	margin-top:10px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: rgb(51,153,153);
	color: rgb(0,0,0);
	font-family: helvetica, arial, sans-serif; 
	font-size: 10pt;
}


hr 
{
	color: rgb(0,0,0);
	background-color: rgb(0,0,0);
	border-width: 0pt;
	border-style: none;
}
	
img
{
	border-color: rgb(0,87,147);
	border-width: 1px;
	border-style: solid;
}

p { 	font-family: helvetica, arial; 
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: rgb(51,153,153);
	color: rgb(0,0,0);
	margin: 5pt;
	border-width: 1pt;
	border-style: solid;
	padding: 4pt;
	border-top-color: rgb(114,216,216);
	border-left-color: rgb(114,216,216);
	border-bottom-color: rgb(8,100,100);
	border-right-color: rgb(8,100,100);
	}

a:link { font-family: helvetica, arial; 
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: rgb(51,153,153);
	color: rgb(0,0,0);
	}

a:visited { font-family: helvetica, arial; 
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: rgb(51,153,153);
	color: rgb(0,0,0);
	}

a:active { font-family: helvetica, arial; 
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	background-color: rgb(51,153,153);
	color: rgb(0,0,0);
	}

a:hover { font-family: helvetica, arial; 
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	background-color: rgb(80,180,180);
	color: rgb(0,0,0);
	}

