/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

.NormalText { 
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
} 

a {
	color:#000099;
	text-decoration:none;
	}
a:visited {
	color:#3333FF;
	font-weight:normal;
	}
a:hover {
	color:#FF0000;
	}
	
table {
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}

table.normal {
	border-spacing:0;
	border-style:0;
	}



table a {
	color:#000099;
	text-decoration:none;
	}
table a:visited {
	color:#3333FF;
	font-weight:normal;
	}
table a:hover {
	color:#FF0000;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}

tr.normal,
td.normal {
	text-align:left;
	vertical-align:top;
	padding:0px;
	font-family:Georgia,Times,serif;
	font-weight:normal;
	}

tr.normal2,
td.normal2 {
	font:normal 110% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
	padding:0px;
	font-family:Georgia,Times,serif;
	font-weight:normal;
	}
	

tbody tr.odd th,
tbody tr.odd td {
	border-color:#FFFFFF;
	background:#FFFFFF;
	}
tbody tr.even th,
tbody tr.even td {
	border-color:#E5E5E5;
	background:#E5E5E5;
	}
	

caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}