	#Panel{
		width: 100%;
		background-image: None;
		background-repeat: None;
		background-color: transparent;
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		padding: 0px;
		border-color: transparent;
		border-width: 0px;
		border-style: none;
		color: #C0C0C0;
	}
	
	.Body{
		width: 100%;
		background-image: none;
		background-repeat: none;
		background-color: transparent;
		font-size: 12px;
		font-weight: Normal;
		text-align: left;
		padding: 2px;
		margin-top: 2px;
		margin-bottom: 2px;	
	}

	.Banner{
		color: #ffffff;
		width: 100%;
		background-image: url('images/Banner1.png');
		background-repeat: repeat-y;
		background-color: black;
		font-size: 18px;
		font-weight: bolder;
		text-align: left;
		padding: 4px;
		height: 20px;
	}

	.Banner2{
		color: #ffffff;
		width: 100%;
		background-image: url('images/Banner2.png');
		background-repeat: repeat-y;
		background-color: black;
		font-size: 14px;
		font-weight: bolder;
		text-align: left;
		padding: 4px;
		height: 14px;
	}

	.Banner3{
		color: #ffffff;
		width: 100%;
		background-image: url('images/Banner3.png');
		background-repeat: none;
		background-color: black;
		font-size: 12px;
		font-weight: bolder;
		text-align: left;
		padding: 4px;
		height: 12px
	}
				
	.Selector{
		width: 100%;
		background-image: none;
		background-repeat: none;
		background-color: transparent;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		padding: 0px;
	}
	
	.Year{
		width: 100%;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: #F79511;
		border-left-style: none;
		border-right-style: none;
	}
	
	.Year a{
		text-decoration: none;
		color: #F79511;
		font-size: 14px;
	}
	
	.Month{
		background-color: transparent;
	}

	.MonthSelect{
		background-color: #F79511;
	}
	
	.MonthSelect a{
		color: #ffffff;
	}
	
	.ListTable{
		width: 100%;
		text-align: left;
		font-size: 12px;
		font-weight: bolder;
		background-color: transparent;
		border-color: #111111;
		border-width: 0px;
		border-style: solid;
	}
	
	.ListTable th{
		font-weight: bold;
		vertical-align: middle;
		text-align: left;
		background-color: #834A06;
		background-image: url(images/VertButton.png);
		color: #000000;
	}
	
	.ListTable a{
		text-decoration: none;
	}

	.ListTable a:hover{
		text-decoration: Underline;
	}
		
	.ListTable tr{
		cursor: none;
		background-image: None;
		background-color: black;
	}
		
	.ListTable tr.Highlight{
		color: #000000;
		cursor: hand;
		background-color: #F68B0C;
	}

	.ListTable th.Center{
		text-align: Center;	
	}

	.ListTable th.Right{
		text-align: Right;	
	}
			
	.ListTable td{
		font-weight: normal;
		vertical-align: middle;
		text-align: left;
		border-bottom-color: #111111;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	
	.ListTable td.Center{
		font-weight: normal;
		vertical-align: middle;
		text-align: Center;
	}

	.ListTable td.Right{
		font-weight: normal;
		vertical-align: Middle;
		text-align: Right;
	}	
	
	
	
	.DetailTable{
		font-size: 14px;
	}
	
	.DetailTable th{
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
	}
	
	.DetailTable td{
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
	}
