.noMarginBorderPadding
{
	margin:0px;
	padding:0px;
	border:0px;
}

.menuBox
{
	position:relative;
	background:#E6C9A9;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #D81A1F;
	/* border:1px solid #D81A1F; */
	/* border-left:0px; */
}
.menuNavBox
{
	margin:0px;
	border:0px;
	padding:0px;
	overflow:auto;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:scroll;
/*	scrollbar-3dlight-color:;
	scrollbar-arrow-color:#514A42;
	scrollbar-base-color:;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:#E6C9A9;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:
*/
	scrollbar-arrow-color:#514A42;
	scrollbar-face-color:#E6C9A9;
}
.menuTitle
{
	background:#D81A1F;
	color:#F3E9D9;
	margin:0px;
	padding:0px;
	border:0px;
}
.menuItem
{
	color:#514A42;
	font-weight:500;
	width:100%;
	height:14px;
	margin:0px;
	padding:0px;
	border:0px;
	border-top:1px solid #EFE6D5;
	cursor:hand;
	cursor:pointer;
}
.menuBullet
{
	background-image:url('yo_images/bullet_dark.gif');
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}
.menuBulletHover
{
	background-image:url('yo_images/bullet_light.gif');
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}
.menuBulletSelected
{
	background-image:url('yo_images/bullet_down_dark.gif');
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}
.menuBulletSubItem
{
	background-color:#E6C9A9;
}
.menuBulletSubItemSelected
{
	background-image:url('yo_images/bullet_down_light.gif');
	background-color:#E6C9A9;
	background-repeat:no-repeat;
	background-position:5px 0px;
}
.menuBulletSubItemHover
{
	background-image:url('yo_images/bullet_light.gif');
	background-color:#E6C9A9;
	background-repeat:no-repeat;
	background-position:5px 0px;
}
a.menuLink:link
{
	text-decoration: none;
	border:0px;
}
a.menuLink:visited
{
	text-decoration: none;
	border:0px;
}
a.menuLink:active
{
	text-decoration: none;
	border:0px;
}
a.menuLink:hover
{
	text-decoration: none;
	border:0px;
}

.faceLink
{
	width:15%;
	font-size:90%;
	color:#FDDDDF;
	background:#A1111C;
	/* border:1px solid #D2222F; */
	cursor:hand;
	cursor:pointer;
}
.faceLinkSelected
{
	background:#D2222F;
}

div.bulletinInfo
{
	margin:0px;
	margin-top:3px;
	border:0px;
/*	border-bottom:1px dashed #514A42; */
	padding:0px;
	width:240px;
	font-size:80%;
}
span.infoRowTitle
{
/*	color:#D2222F; */
	color:#514A42;
}
span.infoRowValue
{
	color:#514A42;
}
span.infoRowNotes
{
	color:#514A42;
	background-color:#E6C9A9;
	cursor:default;
}

div.bulletinInfoLink
{
	margin:0px;
	margin-top:5px;
	border:0px;
	padding:0px;
	width:240px;
	font-size:80%;
	font-weight:600;
	background:#E6C9A9;
}
a.infoRowLink:link
{
	text-decoration: none;
	color:#D2222F;
}
a.infoRowLink:visited
{
	text-decoration: none;
	color:#D2222F;
}
a.infoRowLink:active
{
	text-decoration: none;
	color:#D2222F;
}
a.infoRowLink:hover
{
	text-decoration: none;
	color:#FFFFFF;
}