body {
	background-color : #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: sans-serif;
	font-size: 10pt;
}

table.plan {
	table-layout: fixed;
	width:100%;
}

th {
	text-align: left;
	background-color: #DDDDDD;
}

td.odd {
	background-color: #fcffc4;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:black;
}

td.even {
	background-color: #f5ffba;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:black;
}


#selected {
	background-color: #b0b0ff;
}

#deselected {
	background-color: #7070c0;
}

#main {
	text-align: left;
	padding: 12px;
	background-color: #b0b0ff;
}

a:link    { font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:visited { font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:focus   { font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:hover   { font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:active  { font-weight:bold; color:#FFFFFF; text-decoration:underline; }

