body {
	background-color:#000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

table {
	background-color:#;
	text-align:left;
}

.outborder {
	background-color:#800000;
}

.inborder {
	background-color:#B9997B;
}

.out {
	background-color:#B9997B;
}

.in {
	background-color:#B9997B;
}

td {
	background-color:#B9997B;
}

.header {
	background-color:#FCF6EB;
}

.head {
	background-color:#B9997B;
}

.body {
	background-color:#FCF6EB;
}

.title {
	background-color:#B9997B;
	color:#FFFFFF;
	font-weight:bold;
}

.menu {
	background-color:#000000;
}

td {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#000000;
}

.small {
	font-size:10px;
	font-family:verdana,arial,geneva,sans-serif;
}

.smallgrey {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#efefef;
}

a {
	color:#800000;
	text-decoration:none;
}

a:visited {
	color:#800000;
}

a:hover {
	color:#000000;
}


a:active {
	color:#800000;
}

.link a, .link a:visited, .link a:hover, .link a:active {
	font-weight:bold;
}

a.link {
	font-weight:bold;
}

.menu a, .menu a:visited, .menu a:active {
	text-decoration:none;
	font-weight:normal;
	color:#800000;
}

.menu a:hover {
	font-weight:normal;
	color:#000000;
}

.tableb {
	background-color:#FFFFFF;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}





/* POPUP */
#backgroundPopup {  
    display:none;
    position:fixed;
    _position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#ffffff;
    border:1px solid #000000;
    z-index:1;
}  

#popupContact{  
    display:none;
    position:fixed;
    _position:absolute;
    text-align: arial;
    height:200px;
    width:408px;
    background:url('../images/popupbg.gif');
    color: #efefef;
    border:2px solid #000000;
    z-index:2;
    padding:12px;
    font-size:13px;
}







div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#ffffff; border:1px solid #336; 
  width:400px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }

