 	body {
 		color: #000;
		font-size: 9pt;
		font-family: arial;
		font-weight: normal;
 	}
 	IMG {border: 0px none;}
 	A, A:active, A:visited {color: blue; text-decoration: none;}
 	A:hover {color: #48489C; text-decoration: underline;}
 	LI {margin-left: -25px; margin-bottom: 5px;}
 	
 	TABLE.mainFrameTable {
		width: 825px;
		border: 1px solid black; 
 	}
 	
 	TD.leftSide {
 		width: 200px;
		background-color: #E4E4E4;
		vertical-align: top;
		text-align: left;
 	}
 	HR.leftSideSeparator {
 		margin: 7px 20px 10px 15px;
 		color: #7C7C7C;
 		height: 1px;
 	}
 	DIV.leftSideContent {
 		color: #000;
 		padding: 20px;
 	}
 	
 	TD.rightSide { 
		vertical-align: top;
 	}
 	DIV.rightSideContent {
 		color: #000;
 		text-align: left;
 		margin: 15px 40px 10px 40px;
 	}
 	
 	.rightSideContent h1 {
		color: #001e5a;
		font-size: 15pt;
		font-family:  arial, verdana;
		font-weight: bold;
		margin-bottom: 10px;
 	}
 	.rightSideContent h2 {
		color: #001e5a;
		font-size: 11pt;
		font-family:  arial, verdana;
		font-weight: bold;
		margin-bottom: 10px;
 	}
 	
 	.leftSideContent h2 {
		color: #001e5a;
		font-size: 9pt;
		font-family:  arial, verdana;
		font-weight: bold;
		line-height: 14px;
 	}
 	.sidebarText ul {
 		margin-top: 5px;
 	}
 	.sidebarText li {
 		margin-top: 2px;
 	}
 	
 	.bevelBox {
 		background-image: url('../images/bevel-middle.jpg');
 		background-repeat: repeat-y;
		width: 173px;
	}
 	
 	TABLE.infoBox {
 		text-align: left;
 		width: 173px;
 		background-color: #FCF1C4;
 		margin: 15px 0 15px 15px;
 		padding: 10px 15px 10px 15px;
 	}
 	.infoboxText {
		color: #333;
		font-size: 8pt;
		font-family:  arial, verdana;
		font-weight: bold;
		line-height: 18px;
 	}
 	.infoboxAttribution {
		color: #333;
		font-size: 8pt;
		font-family:  arial, verdana;
		font-weight: normal;
		line-height: 18px;
 	}
 	
 	TABLE.highlightRow td {
 		border-top: 1px solid orange;
 		text-align: left;
 		vertical-align: top;
 	}
 	.highlightText {
		color: black;
		font-size: 8pt;
		font-family:  arial, verdana;
		font-weight: normal;
 	}
 	
 	.nobr {
 		white-space: nowrap;
 	}
 	TABLE.centered {
 		margin-right: auto;
 		margin-left: auto;
 	}
	TD.centered {
 		text-align: center;
 	}
 	.centered {
 		margin-right: auto;
 		margin-left: auto;
 	}
 	
