/* Table Styles */

.table-def {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

.table-header-reg {
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

				}
					
.table-header-end {
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
					
.table-row {
	background-color: #ff0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #ffffff;
	padding: 5px;
	}
			
.table-row a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	}
			
.table-row a:hover {		
	border-bottom-style: solid;
	}
	
	
.table-link a {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	}
	
.table-link a:hover {
	border-bottom-style: solid;
	}
