body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #E2EBED;
}
a:link {color:#00F; text-decoration: none}      /* unvisited link */
a:visited {color:#00F; text-decoration: none}  /* visited link */
a:hover {color:#990000; text-decoration: none}  /* mouse over link */
a:active {color:#00F; text-decoration: none}  /* selected link */

.mandatory_field{
	background-color: #9CF;
}

 table#zebra tr:nth-child(even) {
   background-color: #CDCDCD;
}

#tabletitle{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

.schedule_time{
font-size: 14px;
}

#schedule_table{
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
}

#partner_name{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#disclaimer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#bullet_orderlist{
	padding-left:18px;
	padding-top:0px;
	margin:0;	
}
