#dhtmltooltip{
position: absolute;
width: 700px;
border: 1px solid #990000;
padding: 2px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 1000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#990000,direction=135); */ 
}


body, html {
font-family: tahoma;
font-size: 10;
margin: 0px;
padding: 0px;
color: black;
background-color: white;
}
img {
border-color:#990000;
 }
hr {
	color:#CC0000;
	height: 2px;
}

input {
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	background-color: #FFFFCC;
	input-shadow-color: #ffffff;
	input-highlight-color:#FFFFFF;
	imput-3dlight-color:#ffffff;
	border: 1px solid #990000;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	background-color: #FFFFCC;
	input-shadow-color: #ffffff;
	input-highlight-color:#FFFFFF;
	border: 1px solid #990000;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	background-color: #FFFFCC;
	input-shadow-color: #ffffff;
	input-highlight-color:#FFFFFF;
	border: 1px solid #990000;
}

td {
font-family: tahoma;
font-size: 11;
color: #990000;
}

td.header1 {
color: #990000;
word-spacing:normal;
line-height:1.3;
font-size: 11;
}

td.inside1 {
color: #FFFFFF;
line-height:1.25;
letter-spacing:0;
}

td.footer1 {
color: #990000;
line-height:1.25;
font-weight: bold;
}

a:link {
	color:#003333;  	

	font-size: 11;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
  }
a:visited {
	color:#003333;  	

	font-family: tahoma; 
	font-size: 11; 
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}
a:hover {  	
	color:#003333;
	font-family: tahoma; 
	font-size: 11; 
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	}

a.out:link {
	color: #990000; 
}
a.out:visited {
	color: #990000; 
}
a.out:hover {
	color: #990000; 
}

a.in:link {
	color: #FFFFFF;
	letter-spacing:1;
	line-height:1.25;
}
a.in:visited {
	color: #FFFFFF; 
	}
a.in:hover {
	color: #FFFFFF; 
	}

td.error {
color: #FF0000;
}

