body
{
	margin: 0px
	font-family: verdana,arial;
	font-size:8pt;
}
td
{
	font-family: verdana,arial;
	font-size:10pt;
}
td.title
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size:13pt;
	padding-top: 4px;
	padding-bottom: 20px;
}
tr.menubar td
{
	font-size:9pt;
	font-weight: bold;
	cursor: pointer;
	width: 100px;
	height: 22px;
	padding: 0px 4px 0px 4px;
	background-color: #A9CAF8;
	border-left: 1px outset;
	border-right: 1px outset;
	text-align: center;
}
tr.menubar td.mouseover
{
	background-image: url(images/menuov.png);
	border-color: black;
	border-style: inset;
	border-width: 1px;
}
tr.menubar td.active
{
	background-image: url(images/menuac.png);
	border-color: black;
	border-style: inset;
	border-width: 1px;
}
tr.submenu td
{
	font-size:8pt;
	cursor: pointer;
	background-color: #C9E0FF;
	border-color: #C9E0FF;
	border-style: solid;
	border-width: 1px;
}
tr.submenu td.mouseover
{
	background-color: #FFCC66;
	border-color: black;
	border-style: inset;
	border-width: 1px;
}
tr.menubar td.blank
{
	cursor: default;
	background-color: transparent;
	border: 0;
	width: 100%;
	height: 22px;
}
tr.footbar td
{
	font-size:2pt;
	height: 10px;
	background-image: url(images/footbg.png);
	background-repeat: repeat-x;
	width: 100%;
}
td.logobar
{
	background-image: url(images/yucologo.gif);
	background-repeat: no-repeat;
	border-bottom: 4px solid #2222AA;
	width: 100%;
	height: 70px;
}
.framebox
{
	border: 1px solid #7AAAED;
}
div.menuitem
{
	padding-top: 1px;
	padding-bottom: 1px;
}
div.menuitem span
{
	font-family: verdana,arial;
	font-size:8pt;
	font-weight: bold;
	color: #444444;
	padding-left: 4px;
	vertical-align: middle;
	cursor: pointer;
}
div.menuitem span.mover
{
	text-decoration: underline;
}
font.omega
{
	font-family: lucida handwriting;
	font-size: 8pt;
}
.heading
{
	font-family: arial black, sans-serif;
	font-size: 16pt;
	color: #ffaa33;
	letter-spacing: -1px;
}
.gradientBox
{
	border:1px #dddddd solid;
	background-color: #eeeeee;
	height: 120px;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(
		GradientType=0, 
		StartColorStr='#ffffffff', 
		EndColorStr='#00eeeeee'
	);
}
