a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body {
	background-color: #C6C8CA;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.mainframe_left {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: 9d9d9d;
}
.mainframe_right {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: 9d9d9d;
}
.mainframe_top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: 9d9d9d;
}
.mainframe_bottom {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}	
div.content {
	height: 357px;
	width: 500px;
	overflow: auto;
	border: 0px solid black;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
}
.link {
	color: #FF0000;
	font-size: 12px;
	vertical-align: absmiddle;
}
.link_outside {
	color: #737373;
	text-transform: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
div.secondary_content {
	height: 203px;
	width: 396px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
	valign: bottom;
	vertical-align: bottom;
	text-align: right;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.panoimg {
	position: relative;
	top: -185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	width: 100px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

style type="text/css">
 a.popup { 
   position:relative;
   background:#FFB3D9;
   height:1.0em;
 }

 a.popup span {
	visibility:hidden;
	margin:0;
	font-size:11px;
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 20px;
	right: 50px;
	text-align: left;
 }
 span.outer { 
   position:absolute; 
   border:0px solid blue; 
   padding:0;
 }
 
 p.inner { 
   position:relative; 
   display:block; 
   border:0px solid red; 
   padding:8px 8px 0 8px; 
   margin:0 0 55px 0; 
 }
 
 
 a.popup:hover {
	border:none;
	text-decoration:none;
	font-size: 9px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
 }
 
 a.popup:hover span {
	visibility:visible;
	background-color: #FF0000;
	background-image: url(./images/css_bubble_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
 }
a.popup:hover  {
	background-color: #FF0000;
	background-image: url(./images/css_bubble_top.gif);
	background-repeat: no-repeat;
	background-position: top;
