body, td {
	 background-color: #FFFFFF;
	 font-size: 11px;
	 color: #333333;
 	 font-family: Tahoma, Verdana, Arial, sans-serif;
 	 line-height: 16px;
}

a:link {
	 text-decoration: none;
	 color: #BA0000;
}

a:visited {
	 text-decoration: none;
	 color: #7A8491;
}

a:hover {
	 text-decoration: underline;
	 color: #7A8491;
}

a:active {
	 text-decoration: underline;
	 color: #7A8491;
}

.left {
	 background-color: #FFFFFF;
	 padding-left: 30px;
	 padding-top: 25px;
	 padding-right: 15px;
	 padding-bottom: 25px;
	 border-left: 3px solid #BAC2C8;
	 border-bottom: 3px solid #BAC2C8;
}

.right {
	 background-color: #FFFFFF;
	 padding-left: 15px;
	 padding-top: 25px;
	 padding-right: 30px;
	 padding-bottom: 25px;
	 border-right: 3px solid #BAC2C8;
	 border-bottom: 3px solid #BAC2C8;	
}

.issue {
	 font-size: 13px;
	 font-weight: bold;
}

.toc {
	 line-height: 19px;	
}