body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	background-image:url(images/background.gif);
}

a {
	color: #aa3300;
	text-decoration: none;
    font-weight: bold;
	font-size:12px;
}

a:visited {
	color: #0099aa;
}

a:active {
	color: #ffcc00;
}

.search_box_title
{
   background-color: #ff9900;
   font-weight: bold;
   color: #660000;
   font-size:14px;
}

.search_content
{
   background-color: #fff9ee;
   font-weight: bold;
   font-size:12px;
}

.browse_box_title
{
   background-color: #ffcc00;
   font-weight: bold;
   color: #660000;
   font-size:14px;
}

.browse_content
{
   background-color: #ffffee;
   font-weight: bold;
   font-size:12px;
}

.main_table_borders
{
   border-width: 1px;
   border-color: #006677;
   background-color: #e8f9f9;
   border-style: dashed;
}

.main_table_interior
{
   border-width: 1px;
   border-color: #66aaaa;
   background-color: white;
   border-style: dotted;
   font-size:12px;
}

.side_table_borders
{
   border-width: 1px;
   border-color: #cc6600;
   background-color: white;
   border-style: dashed;
}

.item_description
{
   font-size:12px;
}