table {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	}

table td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	}
	
thead  {
	height: 30px;
	}
	
td.title {
	background-color: #F7F7F7;
	}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 0;
	margin-left: 0;
	}
ol li {
	font-weight: bold;
	}
ol li span {
	font-weight: normal;
	}
	
td a {
	text-decoration: none !important;
	}
	
