body {
        font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif; 
        font-size: 10pt;
        background-color:#D8D9D9;
    }

th, td, p, div {
	font-size: 10pt;
}

img { border: 0; }

h1, h2, h3 
{
	font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif;
	color: #5d5d5d;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
}
h1 {
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0px;
	font-size: 14pt;
}

h2 {
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0px;
	font-size: 13pt;
}

h3 {
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0px;
	font-size: 12pt;
}

#invOrderItemsTable tr th
{
	width:200px;
	font-weight:bold;
	text-align:left;
}
#invOrderItemsTable tr td
{
	width:200px;
	text-align:left;
}
.divButtons a
{
	width:155px;
}
/*Menu*/
    .mymenu	 a:link, .mymenu a:visited {color:#98D0DD; font-weight: bold; text-decoration:underline;}
    .mymenu				    {width: 550px;}
    .menuul					{list-style:none; background-color:#1d1d1d;}
    .menuul li				{float:left;}
    .menuul li a			{display:block; width:80px; padding-top: 10px; padding-bottom: 2px ; padding-right: 5px;}
    .menuul li a:hover		{color:#ffffff; text-decoration:none;}
    .menuul li:hover a		{color:#ffffff;}
    .menuul li:hover, .menuul li a:hover {}
    .menuul li.top			{margin-top:0px;}
    .menuul li ul {
	    list-style:none; 
	    width:100px; 
	    background-color:#1d1d1d;
	    position : absolute;
	    left: -999em;
	    margin-left : 242px;
	    margin-top : -22px;
    }
    #bb
    {
    display:none;
    background-color:#ffffff;
    width:280px;
    position:absolute;
    left:464px;
    top:34px;
    z-index:99;
    border:2px solid #525D63;
    color:#525D63;
    }