table.Order {
	background-color: #eeeeee;
}
tr.OrderTitle {
	background-color: #808080;
	color: White;
	text-align: center;
	font-weight: bold;
}

tr.Order1 {
	background-color: #FFFFFF;
	color: Black;
}

tr.Order2 {
	background-color: #DDDDDD;
	color: Black;
}





td.TitlePage1 {
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
}

td.TitlePage2 {
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	padding-left: 10px; 
}

td.TitlePage3 {
	padding-left: 10px; 
}

a.TitleGood {
	color: black;
	text-decoration: none;
	font-size: 11px;
	}

a.TitleGood:hover {
	color: red;
	text-decoration: none;
	font-size: 11px;
}


td.Section {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Maroon;
   margin-bottom: 15px;
}
