/* Default CSS Stylesheet for a new Web Application project */
A
{
	text-decoration:none;}
A:hover
{text-decoration:underline;
	}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.sidebar
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:0C3A97;
	 font-weight:bold;
	 text-decoration: none;
	}
.sidebar2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:0C3A97;
	 font-weight:bold;
	 text-decoration: none;
	 cursor:hand;
	 
	}
.headerblue
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	color:333366;
	font-weight:bold}
	
	.headerbluesmall
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:333366;
	font-weight:bold}
.tableNormal
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	
	}
.Header
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	}
.ProductHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	}
.CustomerHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	}
.NormalBold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:333333;
	background-color:#eeeeff;
	}
.normalsmall
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
.arialsmall
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
.LogoHeader
{
	font-family:times;
	font-size:16pt;
	font-weight:bold;
	}

