body {
margin:0px;
text-align:left;
background-color:#C6D6DA;
font-family:"Trebuchet MS", sans-serif;
font-size:11px;
color:#6F8F98;
}

/*--------------TABLE WIDTH-------------*/
#mytable {
	width:830px;
	padding:0;
	margin:0;
}

th {
	font:bold 11px "Trebuchet MS", sans-serif;
	color:#4f6b72;
	border-right:1px solid #C1DAD7;
	border-bottom:1px solid #C1DAD7;
	border-top:1px solid #C1DAD7;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:left;
	padding:6px 6px 6px 6px;
	background:#CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top:0;
	border-left:0;
	border-right:1px solid #C1DAD7;
	background:none;
	width:85px;
}

td {
	border-right:1px solid #C1DAD7;
	border-bottom:1px solid #C1DAD7;
	background:#fff;
	padding:6px 6px 6px 6px;
	color:#4f6b72;
}

td.even {width:150px;}
th.odd {width:150px;}
td.alt {background:#F5FAFA; color:#797268; width:150px;}

th.spec {
	border-left:1px solid #C1DAD7;
	border-top:0;
	width:85px;
	background:#fff url(images/table-bullet1.gif) no-repeat;
	font:bold 10px "Trebuchet MS", sans-serif;
}

th.specalt {
	border-left:1px solid #C1DAD7;
	border-top:0;
	background:#f5fafa url(images/table-bullet2.gif) no-repeat;
	width:85px;
	font:bold 10px "Trebuchet MS", sans-serif;
	color:#797268;
}

/*--------------FONT CONTROL-------------*/
B {font-size:17px;}
.email1 {color:#4f6b72; text-decoration:none;}
.email2 {color:#797268; text-decoration:none;}
