body { background-color: #EFF2F3; 
	font-family: "Times New Roman"; 
	font-variant: normal; 
	font-style: normal; 
	font-weigth: normal; }

a:link { text-decoration:none; font-weight:bold; color:blue; }
a:visited { text-decoration:none; font-weight:bold; color:blue; }
a:hover { text-decoration:none; font-weight:bold; color:red; }
a:active { text-decoration:none; font-weight:bold; color:blue; }
a:focus { text-decoration:none; font-weight:bold; color:blue; }

a:link.mail { text-decoration:none; font-weight:normal; color:blue; }
a:visited.mail { text-decoration:none; font-weight:normal; color:blue; }
a:hover.mail { text-decoration:none; font-weight:normal; color:red; }
a:active.mail { text-decoration:none; font-weight:normal; color:blue; }
a:focus.mail { text-decoration:none; font-weight:normal; color:blue; }

table { border: thin black; 
	table-layout: auto; 
	border-style: none; 
	cellpadding: 0; 
	cellspacing: 3; }

thead tr { background-color: #3399ff; }
tbody tr { background-color: #CEE3F6; }

.new { color: red;
	font-style: italic;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	width: 40px;
	text-align: center;
	display:inline-block; }


