/******************************************************************************
*
*	Pivotal eService 5.0
*
*	File:		bottommenu.css 
*	Purpose:	Main menu bottom style sheet.
*	Date:		January 1, 2003
*
******************************************************************************/

body {
background-color: #FFFFFF;
font: 9pt Arial, Helvetica, sans-serif;
}

.pageshadowleft
{
    background-image: url(../images/theme/bg_shadow_body_left.gif);
    background-repeat: repeat-y;
}

.pagebottom
{
    background-image: url(../images/BckBottomLine.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
}

.pageshadowbottom
{
    background-image: url(../images/theme/bg_shadow_bottom_center.gif);
    background-repeat: repeat-x;
}

.normalsmalltext
{
	font-weight:bold;
	font-size:70%;
	color: #000000;
	font-family: arial, verdana;
}

