/* DISPLAY TAG */

table.its {
	border: 1px solid #a6a6a8;
	margin: 4px 0 20px 0;
	width: 100%;
}

table.its thead th {
	padding: 6px 5px 6px 5px;
	text-align: center;
	color: white;
	font-weight: normal;
	vertical-align: middle;
}

table.its thead th a , table.its thead th a:active , table.its thead th a:visited {
	color: white;
}

table.its tbody td {
	padding: 1px 1px 1px 1px;
	text-align: center;
	vertical-align: middle;
}

table.its thead tr {
	background-color: #5c5c5c;
}

table.its tr.even {
	background-color: #fef1ed;
}

table.its tr.odd {
	background-color: white;
}

.pagebanner {
	margin-top: 15px;
	font-size: 12px;
	color: #444;
}

table.download {
	margin-top:15px;
	margin-bottom:35px;
}
	table.download img {
		border: 0;
	}

	table.download td {
		padding:5px 5px 20px 5px; 
		text-align:center;
	}
	
		table.download td table td {
			padding:1px;
			text-align:center;
			font-size:10px;
		}
	
	
table.faq {
	width: 600px;
	margin:20px;
}

	table.faq a , table.faq a:visited , table.faq a:active, table.faq a:link {
	  	text-decoration: none;
  		color: #eb8a2c;
	}

	table.faq a:hover {
		color: black;  	
		text-decoration: underline;	
	}
	

	table.faq td {
		vertical-align:top;
		padding:5px;
	}
	
		table.faq td.sep {
			border-bottom:1px solid #eee;
		}
		
		table.faq .td.ol {
		width:20px;
		}
		
			table.faq td div.back
			{
				padding-top:2px;
				padding-right:15px;
				font-size:10px;
				text-align:right;
			}
			
table.table
{
	width:100%;
}

	table.table td
	{
		padding:5px;
	}