/* general HTML display */

BODY, TD, P, TABLE			{
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom center;
	line-height: 20px;

}

A					{ color: #0f0f0f; text-decoration: underline; }
A:link				{ color: #0f0f0f; text-decoration: underline; }
A:visited		{ color: #0f0f0f; text-decoration: underline; }
A:active			{ color: #0f0f0f; text-decoration: underline;  }

h1			{
	font-size: 11px;
	line-height: 20px;

}

blockquote			{
	font-size: 9px;
	line-height: 16px;
 	margin-left: 20px;

}


.cell_border {

	border: 1px solid #000000

}
