body {
font-family: Arial, Helvetica, sans-serif;
  color: #333366;
  margin: 0px 0px 0px 0px;
background-image:url(images/overall_background.gif);
}
table{
  font-size: .75em;
  background-image:url(images/background.gif);
}
table .innerbold{
background-image:url(images/table_grad.jpg);
  font-weight: bold;
}
.table_text_2{
  font-size: 1em;
}
.table_text_3{
  font-size: 1.3em;
}
.table_text_2 .innerbold{
  font-weight: bold;
}
.table_bottom_line{
  border-bottom: 1px dashed #CCCCCC;
}
.small_text{
  font-size: .8em;
}
.big_text{
  font-size: 1.5em;
}
.text_style_1{
font-size: 1em;
font-weight: bold;
background-image:url(images/table_grad.jpg);
	}
.text_style_2{
font-size: 1em;
font-weight: bold;
color: #CC0033;
	}
.text_style_3{
font-size: .8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF3300;
	}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
a {
color: #003399;
text-decoration: none;
 }
a:hover {
text-decoration: none;
color: #6633FF;
 }
#div{
border: 1px dashed #CCCCCC;
background-color: #ffffff;
overflow: auto;
height: 250px;
width: 166px;
SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #333333; SCROLLBAR-BASE-COLOR: #999999;
}