.normal{
	font-family: arial;
	font-size: 10pt;
	color:#666666;
}

.shadow{
	border:1px solid silver;
	position:relative;
	display:inline;
	background:white;
	z-index:100;
	padding: 10px;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	width:auto;
}
.shadow2{
	border:1px solid silver;
	position:relative;
	display:inline;
	background:white;
	z-index:100;
	padding: 10px;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	width: 600;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}


.td{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	color: #4D4D4D;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding:4px;
}
.td2{
	font-family:Tahoma;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;

	}
		.tdbanner2{
	font-family:Tahoma;
	font-size: 15px;
	font-style:normal;
	font-weight:bold;
	color: #4D4D4D;

	}
	.tdbanner{
	font-family:Tahoma;
	font-size: 15px;
	font-style:normal;
	font-weight:bold;
	color: #FFFFFF;

	}
.content{
width: 100%;
height:100%;
border: 2px solid #C1D3E7;
background-color: #FFFFFF;
padding: 5px;
font-family: Tahoma;
font-size: 13px;
font-style: normal;
color: #4D4D4D;
}
#contentwrapper{
width: 380px;
height: 250px;
border: 1px solid gray;
background-color: #FFFFFF;
padding: 5px;
}
.billcontent{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	line-height: 2.5ex;
	width: 100%;
	display:inline;
}

a:link {
	text-decoration: none;
	color:#990033;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration:underline;
	color: #990033;
	font-weight:normal;
}
a:active {
color:#FFCC00;
	text-decoration: none;
