﻿body {
	margin-bottom: 0;
	margin-top: 0;
	background-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border-color:#000000;
}


.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999999;
	font-weight: bold;
}


.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-size: 12px;
	color: #000000;
}

.white {
	font-size: 12px;
	color: #ffffff;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.T120 {
	width:120px;
}

.T200 {
	width:200px;
}

a {	
	color:#999999;
	text-decoration:none;
}

a hover {
	color:#333333;
	text-decoration:underline;
}

a img {border:none;}/*removes borders from images that are links*/

.dotted {
	font-size: xx-small;
	width: auto;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
}

div.tablediv {
	width: 590px;
	height: 480px;
	position: absolute;
	overflow:auto;
	SCROLLBAR-FACE-COLOR: #d2c8bd;
	SCROLLBAR-SHADOW-COLOR: #d2c8bd;
	SCROLLBAR-3DLIGHT-COLOR: #d2c8bd;
	SCROLLBAR-ARROW-COLOR: #ffffff;
}

.imgArea
{
	cursor:pointer;	
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
    padding: 15px 0 0 0;
    width:200px;
    color: #ffffff;
    font-weight:normal;
    text-align: center;
    filter: alpha(opacity:90);
    KHTMLOpacity: 0.90;
    MozOpacity: 0.90;
    opacity: 0.90;
}
a.tt:hover span.top{
    display: block;
    padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
    display: block;
    padding: 0 8px; 
    background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
    display: block;
    padding:3px 8px 10px;
    color: #330099;
    background: url(../images/bubble.gif) no-repeat bottom;
}