TABLE 
{
	font-size: x-small
}

a.aintree 
{ 
	font-weight: normal;
	text-decoration:none;
}

a.aintree:link 
{ 
	color:#000000;
	text-decoration:none;
}

a.aintree:visited 
{ 
	color:#000000; text-decoration:none;
}

a.aintree:hover 
{ 
	background-color:#d0d0d0;
}

a.rlink 
{ 
	font-weight: normal;
	text-decoration:none;
}

a.rlink:link 
{ 
	color:#0000ff;
	text-decoration:none;
}

a.rlink:visited 
{ 
	color:#0000ff; 
	text-decoration:none;
}

a.rlink:hover 
{ 
	background-color:#d0d0d0;
}

/*Forms defaults*/
input, textarea 
{
	font-family:verdana, helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

div.textLabel 
{
	font-size: 12px; 
	color: #006600; 
	font-weight: normal; 
	font-family: verdana,helvetica;
	padding-right:10px;
	line-height:16px;
	vertical-align:top;
}

div.textLabel0 
{
	font-size: 12px; 
	color: #006600; 
	background-color:#d0d0d0;
	font-weight: normal; 
	font-family: verdana,helvetica;
	padding-right:10px;
	line-height:16px;
	vertical-align:top;
}

label 
{
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

label.chosen 
{
	color:#333;
}

.textinput, .textinputHovered 
{
	width:260px;
	height:24px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textinputHovered 
{
	background-position:left bottom;
}

/*Text areas*/
.textareaHovered 
{
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textareaHovered 
{
	background-position:left bottom;
}

.linkHead 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #003300
}
		
.whead 
{
	font-size: 16px; 
	color: #000000; 
	font-weight: normal; 
	font-family: verdana,helvetica;
}

.whead1 
{
	font-size: 12px; 
	color: #000066; 
	font-weight: normal; 
	font-family: verdana,helvetica;
}

.whead2 
{
	PADDING-LEFT: 6px;
	font-size: 14px; 
	color: #000066; 
	font-weight: normal; 
	font-family: verdana,helvetica;
}

.whead3 
{
	font-size: 14px; 
	color: #000080; 
	font-weight: normal; 
	font-family: verdana,helvetica;
}

.whead4 
{
	font-size: 10px; 
	color: #808000; 
	font-weight: normal; 
	font-family: verdana,helvetica;
}

.whead5 
{
	PADDING-LEFT: 2px;
	font-size: 12px; 
	color: #000066; 
	font-weight: normal; 
	font-family: verdana,helvetica;
}

a.header:link 
{ 
	text-decoration: none; 
	color: #ffffff;  
	font-size: 14px; 
}
		
a.header:visited 
{ 
	text-decoration: none; 
	color: #ffffff;  
	font-size: 14px;
}
		
a.header:hover 
{ 
	text-decoration: underline; 
	color: #ffffff;  
	font-size: 14px;
}

.cell 
{
	PADDING-RIGHT: 20px; 
	DISPLAY: block; 
	PADDING-LEFT: 20px; 
	FLOAT: left; 
	PADDING-BOTTOM: 20px; 
	PADDING-TOP: 20px; 
	POSITION: relative; 
}

.container 
{
	font-family: Verdana;
	font-size: 14px; 
	position: relative;
	padding: 2px;
	color: rgb(0, 64, 64);  
}

.corner 
{
	MARGIN: 0px; 
	WIDTH: 20px; 
	POSITION: absolute; 
	HEIGHT: 20px
}

.atl 
{
	background-repeat: no-repeat;
	background-position: left top; 
	LEFT: 0px; 
	TOP: 0px
}

.atr 
{
	background-repeat: no-repeat;
	background-position: right top; 
	RIGHT: -1px; 
	TOP: 0px
}

.abl 
{
	background-repeat: no-repeat;
	background-position: left bottom; 
	LEFT: 0px; 
	VERTICAL-ALIGN: bottom; 
	BOTTOM: -1px
}

.abr 
{
	background-repeat: no-repeat;
	background-position: right bottom; 
	RIGHT: -1px; 
	BOTTOM: -1px
}

#contentwrapper
{
	width: 230px;
	height: 200px;
	border: 1px solid black;
	background-color: #C6FFC6;
	padding: 5px;
}

.billcontent
{
	width: 100%;
	display:block;
}

#popUpDiv 
{
	font-size: 12px;
	Z-INDEX: 9002; 
	POSITION: absolute; 
	margin-top: 20px;
	margin-left: -200px;
	BACKGROUND-COLOR: #eeee00; 
	WIDTH: 260px; 
	/*
	HEIGHT: 136px
	*/
}

#popUpList 
{
	font-size: 12px;
	Z-INDEX: 9002; 
	POSITION: absolute; 
	margin-top: 20px;
	margin-left: -80px;
	BACKGROUND-COLOR: #eeee00; 
	WIDTH: 160px; 
	/*
	HEIGHT: 136px
	*/
}


