/* CSS Document */

a:link    {color:black}
a:visited {color:black}
a:active  {color:black}
a:hover   {color:black}

body{
background:#E9E9E9;
}

btext
{
font:normal 18px Monotype Corsiva;
font-style:oblique;
}
h1
{
color:#000000;
font:Monotype Corsiva;
font-style:oblique;
text-size:14px;
text-indent:inherit;
text-shadow:#666666;
text-align:center;
}

#dropmenudiv{
background-repeat:no-repeat;
background-image:url(../images/menuBckgr.gif);
position:absolute;
border:none;
border-bottom-width: 0;
font:normal 15px Monotype Corsiva;;
line-height:17px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-repeat:no-repeat;
background-image:url(../images/menuBckgr.gif);
}

.textstyle{
font-size:16px;
font-family:Monotype Corsiva;
}

#contentwrapper{
width: 230px;
height: 200px;
border: 1px solid black;
background-color: #C6FFC6;
padding: 5px;
}

.billcontent{
width: 100%;
display:block;
}