/* CSS Document */

body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
		}



table       	{ width:800px;
					margin:50px auto; #000 hidden ;
				 }
					
thead			{ 
					 }

th,td			{
	padding:8px;
	text-align:left;
	color: #000;
	width: 20%;
	float: none;
	border-top-width: hidden;
	border-right-width: hidden;
	border-bottom-width: hidden;
	border-left-width: hidden;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


.table-right			{border-right:2px #000 hidden; }

.thin-outline 			{border:2px #000 hidden;
						text-align: center;
						font-weight: bold;
							}
							
.thick-bottom-border	{border-bottom:4px #000 hidden; }
.solid-thin-bottom		{border-bottom:2px #000 hidden; }
.dashed-thin-bottom		{border-bottom:2px #000 dashed; }

.bg-blue	{
	background-color:#dad7ff;
	text-align: center;
}
.bg-gray	{background-color:#ddd; }

.bg-odd		{background-color:#aaa; }
.bg-even	{background-color:#eee; }

tbody tr:hover	{ }
