table.menubar {
	background-color: #ccccff;
}

table.menubar td {
	background-color: #99aaff;
	border: solid #2c2c4f;
/*	height: 35px;*/
	padding: 0px;
	margin: 0px;
	border-width: 0px 1px 1px 0px;
}

table.menubar td:hover {
	background-color: #ffffff;
	border: solid #4c4c6f;
/*	border-color: #0c0c0f;*/
	border-width: 0px 1px 1px 0px;
}

table.menubar td.current {
	background-color: #99aacc;   <!--buttons-->
}

td.current a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
/*	display: block;*/
}

a:link {
	text-decoration: none;
	color: #0000AA;
}
a:visited {
	text-decoration: none;
	color: #222299;
}

a:hover, visited:hover {
	text-decoration: none;
	color: #222299;
}

table.menubar a {
	display: block;
	width: 100%;
	line-height: 2em;
}

.title { font-size: 32px; font-style: oblique; line-height: normal;
   color: darkred; font-weight: bolder; font-variant: small-caps;
   font-family: Arial, Helvetica, sans-serif} 

.plain_text { font-family:
 "times new roman", serif; font-size: 20px; font-style: plain;
   text-align: left; vertical-align: baseline; font-weight: normal}

.header { text-align: left; font-size: 150%; font-weight: 900;
font-stretch: ultra-expanded; color: darkblue; } 

.cfpheader {text-align: center; font-size: 150%; font-weight: 900; 
font-stretch: ultra-expanded; color: darkblue; }

