BODY {
	font-family: Arial, Helvetica; 
	background: #FFFFFF; 
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

TD {
	font-size: 10pt;
}

TD.header {
	font-family: Arial, Helvetica;
	font-size: 20pt;
	font-weight:bold; 
}

TABLE.page {
	width: 100%;
}

TABLE.menu {
	width: 100%;
	background: black;
	text-align: center;
}

TD.menuitem {
	color: white;
	width: 10%;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid white;
	background: black;
	font-size: 8pt;
}

A {
	color: darkblue;
	text-decoration:none
}

A.itmainhead {
	color: black;
}

A:hover {
	color:darkred;
	text-decoration:underline;
}

A:visited {
	color: #444444;
}

A.menuitem {
	color: white;
}

A.menuitem:visited {
	color: white;
}

A.menuitem:hover {
	color: white;
	font-weight:bold;
	text-decoration: underline;
}

TD.leftcolumn {
	width: 90%;
}

TABLE.itnews { 
	background: #E6FFDF; 
}

.itnews {
	font-size: 8pt;
	width: 200px;
}

