
body {
    margin:1px;
    padding:0px;
    background: url(images/bg.jpg);
    font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
   
    }

a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ffc428;
 }

.bxbot {
  border-bottom: #ffc428 solid 1px;
}

.bxleft {
  border-left: #ffc428 solid 1px;
}

.bxright {
  border-right: #ffc428 solid 1px;
}

.bxtop {
  border-top: #ffc428 solid 1px;
}

.caption {
  font-weight: bold;
  color: #0000C0;
}

.donate {
  border: 1px solid #000;
  width: 370px;
  font-weight: bold;
}

.footer {
   color: #fff;
   font-size: 10pt;
   font-weight: bold;
}

.header {
 font-weight: bold; 
}

.headerlg {
 font-weight: bold;
 font-size: 20pt;
 color: #0000C0;
}

.menu {
 color: #ffc428;
 font-weight: bold;
}

.sidehome a {
 background: #fff !important;    
}

.sidehome a:hover {
 background: #fff !important;    
}

.thumbs{
 border: #000 solid 1px;
}

.white {
  background: #fff;
  border: 5px solid #ffc428;
}

.white a {
  color: #0000C0;
  font-weight: bold;
  text-decoration: none;
  background: url(images/dashedunder.gif) bottom left repeat-x;
}

.white a:hover {
  color: #0000FF;
  text-decoration: underline;
  background: none;
 }

.white a:visited {
  color: #0000C0;
  font-weight: bold;
  text-decoration: none;
  background: url(images/dashedunder.gif) bottom left repeat-x;
}

.white a:hover:visited {
  color: #0000FF;
  text-decoration: underline;
  background: none;
 }
 
#extrainfo {
        background-color: #ffffcc;
        border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	left: 0px;
	height: 20px;
	width: 100%;
	padding: 1px;
	position: fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));

 }
 
.extrainfotext {
  color: #000;
  font-size: 9pt;
}

.extrainfotext a:link {
  color: #0031CC;
  font-size: 9pt;
  text-decoration: none;
  background: url(images/dashedunder.gif) bottom left repeat-x;
 }

.extrainfotext a:visited {
    color: #0031CC;
    font-size: 9pt;
    text-decoration: none;
    background: url(images/dashedunder.gif) bottom left repeat-x;
  }
 
.extrainfotext a:hover {
    color: #000;
    text-decoration: none;
    font-size: 9pt;
    text-decoration: underline;
  }

.red {
    color: red;
    font-weight: bold;
}