/* CSS Document */

a:link		{color: #999933; text-decoration: none}
a:visited	{color: #999933; text-decoration: none}
a:hover		{color: #999933; text-decoration: underline}
a:active	{color: #999933; text-decoration: none}
	
	.p
	{
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-align: justify;

	}
	

.table1 
	{
	visibility: visible;
	width: 640px;
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-align: justify;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	}

.table1 table   
	{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	}
	
.table1 th
	{
	font-color: #333333;
	font-style: solid;
	background-color: #fff;
	}

.table1 td 
	{
	padding: 2px 0px 2px 0px;
	background-color: #fff;
	}
