/******************************************************************************
*
*	Pivotal eService 5.0
*
*	File:		bottommenu.css 
*	Purpose:	Main menu bottom style sheet.
*	Date:		January 1, 2003
*
*	Revision	Date		Authour		Description
*	V6.8		2007/01/11	Kevin		Redefined all CSS classed based on the new Pivotal.com
*
******************************************************************************/

/*V6.8	2007/01/11 Kevin - Redefined all CSS classed based on the new Pivotal.com*/
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;
}
/*Change End*/
/*
BODY
{
	background-color : #333366;
	background-image: url(../images/BckBottomMenu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
}

*/