/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #000000;
}
#latable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	}
#latable TD {
	}
#latable a:Link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #330000;
}
#latable a:Visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
#latable a:Hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
#corner {
	color: #FFFFFF;
	padding: 10px;
	background-color: #FF0000;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #000000;
	background-image: url(images/corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#head {
	color: #FFFFFF;
	padding: 10px;
	background-color: #0080FF;
	border-bottom: solid 1px #000000;
	background-position: right;
	background-repeat: no-repeat;
	}
#intro {
	color: #333333;
	font-size: 10px;
}
#intro TD {
	padding: 3px;
	vertical-align: bottom;
}
#menu {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	border-right: solid 1px #000000;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(images/bgmenu.gif);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align: top;
}
.introcell {
	background-image: url(IMAGES/cellorange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	color: #FFFFFF;
}
.introcontent {
	border-right-width: 1px;
	border-left-width: 3px;
	color: #000000;
	background-image: url(IMAGES/CELL2BG.GIF);
	background-repeat: repeat-x;
	background-position: top;
}
#agenda {
	overflow: auto;
	height: 200px;
	border-left: 1px dotted #FF9933;
}
#menu {
	list-style-type: none;
	list-style-position: outside;
}
#footer {
	color: #FFFFFF;
	padding: 10px;
	background-color: #0080FF;
	border-top: solid 1px #FFFFFF;
}
