
	body {
		background-color : #FFFFFF;
		margin : 0 0 0 0; 
		scrollbar-arrow-color : #FFF200;
		scrollbar-track-color : #A6A8AA;
		scrollbar-face-color : #A6A8AA;
		scrollbar-base-color : #A6A8AA;
	}
	
	body, td {
		font-family : Verdana;
		font-size : 9pt;
		color : #333333;
	}
	
	td.Foot {
		font-size : 7pt; 
		color : #777777; 
		padding : 2 0 0 0;
	}
	
	.LabelHead {
		padding : 5 0 10 0;
		font-weight : bold;
		font-size:11pt;
	}	
	
	.Label {
		font-size : 8pt;
		padding : 0 0 5 0;
	}	
	
	.BottomLine {
		border-bottom : solid 1 #000000;
		padding-top : 5px;
	}
	
	a, a:Link, a:Active, a:Visited {
		text-decoration : none;
		color : #B01523;
		font-weight : bold;
		text-decoration : underline;
	}
	a:Hover {
		color : #0076BE;
	}
	
	td.YellowBox {
		font-size : 8pt;
		width : 120;
		font-weight : normal;
		text-decoration : none;
		padding : 1 4 2 4;
		background-color : #FFF200;
		color : #000000;
		border : 1 solid #000000;
	}
	
	a.YellowMenu, a:Link.YellowMenu, a:Active.YellowMenu, a:Visited.YellowMenu {
		font-size : 8pt;
		color : #999999; 
		width : 120;
		font-weight : normal;
		text-decoration : none;
		border : 1 dotted #CCCCCC;
		padding : 1 4 2 4;
	}
	a:Hover.YellowMenu {
		background-color : #FFF200;
		color : #000000;
		border : 1 solid #000000;
	}
	td.BlueBox {
		font-size : 8pt;
		width : 120;
		font-weight : normal;
		text-decoration : none;
		padding : 1 4 2 4;
		background-color : #0076BE;
		color : #FFFFFF;
		border : 1 solid #000000;
	}
	
	a.BlueMenu, a:Link.BlueMenu, a:Active.BlueMenu, a:Visited.BlueMenu {
		font-size : 8pt;
		color : #999999; 
		width : 120;
		font-weight : normal;
		text-decoration : none;
		border : 1 dotted #CCCCCC;
		padding : 1 4 2 4;
	}
	a:Hover.BlueMenu {
		background-color : #0076BE;
		color : #FFFFFF;
		border : 1 solid #000000;
	}
	
	td.BurgundyBox {
		font-size : 8pt;
		width : 120;
		font-weight : normal;
		text-decoration : none;
		padding : 1 4 2 4;
		background-color : #B01523;
		color : #FFFFFF;
		border : 1 solid #000000;
	}
	
	a.BurgundyMenu, a:Link.BurgundyMenu, a:Active.BurgundyMenu, a:Visited.BurgundyMenu {
		font-size : 8pt;
		color : #999999; 
		width : 120;
		font-weight : normal;
		text-decoration : none;
		border : 1 dotted #CCCCCC;
		padding : 1 4 2 4;
	}
	a:Hover.BurgundyMenu {
		background-color : #B01523;
		color : #FFFFFF;
		border : 1 solid #000000;
	}
	
	td.GreenBox {
		font-size : 8pt;
		width : 120;
		font-weight : normal;
		text-decoration : none;
		padding : 1 4 2 4;
		background-color : #00A450;
		color : #FFFFFF;
		border : 1 solid #000000;
	}
	
	a.GreenMenu, a:Link.GreenMenu, a:Active.GreenMenu, a:Visited.GreenMenu {
		font-size : 8pt;
		color : #999999; 
		width : 120;
		font-weight : normal;
		text-decoration : none;
		border : 1 dotted #CCCCCC;
		padding : 1 4 2 4;
	}
	a:Hover.GreenMenu {
		background-color : #00A450;
		color : #FFFFFF;
		border : 1 solid #000000;
	}
	
	a.Foot, a:Link.Foot, a:Active.Foot, a:Visited.Foot {
		color : #777777; 
		font-weight : normal;
		text-decoration : none;
	}
	a:Hover.Foot {
		text-decoration : underline;
	}
	
	.RefNo {
		border : 1 solid #003366;
		padding : 1 2 1 2;
		font-weight : bold;
	}
	
	.Legal {
		font-size : 7pt;
		padding-bottom : 8;
	}