        /* Begin Search Form */
body {
       font:70% Arial,helvetica,sans-serif;
}
.search ol, ul {
        list-style:none;
}

.search {
        float:none;
        margin:10px 0 10px 0;
        font:Arial,helvetica,sans-serif;
}
.search table {
        height:87px;
        width:600px;
        background:#FFFFFF url(../img/bg-search.gif) repeat-x;
}
.search td {
        vertical-align:top;
}
.search .left {
        background:#FFFFFF url(../img/bg-search-corners.gif) no-repeat;
        height:87px;
        width:10px;
}
.search .right {
        background:#FFFFFF url(../img/bg-search-corners.gif) no-repeat;
        height:87px;
        width:10px;
}
.search .right {
        background-position:-8px 0;
}
.search li {
        float:left;
        margin-bottom:13px;
}
.search p {
        clear:both;
}
.search a {
/*        background:#FFFFFF url(../img/bg-search-anchor.gif) repeat-x; */
        background:#FFFFFF;
        border:1px solid #999;
        border-left:0;
color:#FF9933;
/*	color:#0033cc; */
        display:block;
	font-size:100%;
        font-weight:bold;
        height:34px;
        line-height:34px;
        text-align:center;
        text-decoration:none;
        width:100px;
}
 
.search a.inactive{
/*        background:#FFFFFF url(../img/bg-search-anchor.gif) repeat-x; */
        background:#FFFFFF;
        border:1px solid #999;
        border-left:0;
        color:#0033CC;
        display:block;
	font-size:100%;
        font-weight:bold;
        height:34px;
        line-height:34px;
        text-align:center;
        text-decoration:none;
        width:100px;
}


.search a:hover,
.search a.active {
	background:none;
	border:0;
	border-top:1px solid #0033cc;
color:#FF9933;
	padding:0 1px 1px 0;
}

.search a.active:hover {
/*	color:#0033cc; */
color:#FF9933;
}
.search .first a, .search .first a:hover {
        border-right:1px solid #0033CC;
/*	color:#0033cc; */
color:#FF9933;
}
.search .text {
        background:#fff;
        border:1px solid #0033CC;
        color:#000000;
        height:19px;
        line-height:19px;
        padding:0 5px;
        width:300px;
}
.search .submit {
        background:#fff;
        border:1px solid #0033CC;
        color:#0033CC;
        font-size:100%;
        font:Arial,helvetica,sans-serif;
        font-weight:bold;
        height:21px;
        text-align:center;
        text-transform:uppercase;
        width:79px;
}
        /* End Search Form */


/*-----------------footer stuff------------------------*/
.hxFooter {		
  background:#ccc;
  height:20px;
  width:1000px;
/*  width: 100%; */
  bottom: 0px;
  position:relative;
  margin: 10px 5px; 
  border: 0px;
  padding: 0px;
  text-align:center;
  clear:both;
  border-collapse:collapse;
 }
 
 a.hxFooter{
	width: 50px;	
	margin: 10px 5px; 
	border-right: 0px;
	border-left: 0px;
	border-collapse:collapse;
	text-align:center;
	color: #000;
	text-decoration:none;
 }


a.hxFooter:hover{
	width: 50px;	
	border-right: 0px;
	border-left: 0px;
	border-collapse:collapse;
	margin: 10px 5px; 
	color: #000;
	text-align:center;
	text-decoration:underline;
 }

.footer_menu_class{
  background:#ccc;
	height:20px;
    width:100%;
    bottom: 0px;
    position:relative;
    margin: 10px 5px; 
	border: 0px;
	padding: 0px;
   	text-align:center;
    clear:both;
    border-collapse:collapse;
}

a.footer_menu_class {
	width: 50px;	
	margin: 10px 5px; 
	border-right: 0px;
	border-left: 0px;
	border-collapse:collapse;
	text-align:center;
	color: #000;
	text-decoration:none;
}

.footer_menu_text {
  text-align: center;
  padding: 1px;
  color: #fff;
  }

.footer_copy_div {
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  text-align: center;
}

font.footer_copyright_text {
  text-align: center;
 font-family: courier;
  color: #000000;
}


/* General Anchors */

a {
  font-size: 12px;
  color: #0033CC;
  text-decoration: none;
}


a:link {
	color: #0033cc;
    text-decoration: none;
}
a:visited {
	color: #3366FF;
    text-decoration: none;
}
a:hover {
	color: #3366FF;
    text-decoration: underline;
}
a:active {
	color: #3366FF;
    text-decoration: underline;
}


ul.links {
 list-style-type: none;
 margin-left: 0px;
 border-width: 0px;
 padding-left: 0px;
}


.search a:hover,
.search a.active {
	background:none;
	border:0;
	border-top:1px solid #0033cc;
color:#FF9933;
	padding:0 1px 1px 0;
}

/* screen shots */

a.screen, a.screen:visited {
color:#000099;
position:relative;
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
//width:160px; /* give it a width = 160 in msn*/
width:120px; /* give it a width = 120 in artviper */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:+12px;
}
a.screen:hover {
text-decoration:none;
border:0px none; /* needed for this to work in IE */
z-index:1000
}
a.screen:hover b {
visibility:visible; /* make the image visible */
//height:120px; /* now give it a height = 120 in msn */
height:90px; /* now give it a height = 90 in artviper */
cursor:pointer; /* for IE */
z-index:500;
}
a.screen:hover b img {
border:0px none; /* remove the link border */
}



a.topscreen, a.topscreen:visited {
color:#000099;
position:relative;
z-index:1;
}
a.topscreen b {
position:absolute;
visibility:hidden; /* hide the image */
//width:160px; /* give it a width = 160 in msn*/
width:120px; /* give it a width = 120 in artviper */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:-90px;
}
a.topscreen:hover {
text-decoration:none;
border:0px none; /* needed for this to work in IE */
z-index:1000
}
a.topscreen:hover b {
visibility:visible; /* make the image visible */
//height:120px; /* now give it a height = 120 in msn */
height:90px; /* now give it a height = 90 in artviper */
cursor:pointer; /* for IE */
z-index:500;
}
a.topscreen:hover b img {
border:0px none; /* remove the link border */
}

