<!--
     table, .bodytext { 
 font-size: 8pt;
 line-height: 13pt; 
 font-family: helvetica,verdana,arial; 
 color: #fff; 
}

     .ani_header { 
 font-size: 15pt;
 line-height: 18pt; 
 font-family: helvetica,verdana,arial; 
 color: #fff; 
 font-weight:bold;
}

     .services_header { 
 font-size: 20pt;
 line-height: 22pt; 
 font-family: helvetica,verdana,arial; 
 color: #fff; 
 font-weight:bold;
}

     .db { 
 font-size: 10pt;
 line-height: 12pt; 
 font-family: helvetica,verdana,arial; 
 color: #000; 
 text-decoration:none;
 font-weight:bold;
 background-image:url(/images/o_grad.gif);
 height:25px;
 border:1px solid #333;
 text-align:center;
 width:220px;
 cursor:pointer;
}

     .dbi { 
 padding:2px;
 margin-top:2px;
}

     .darktext { 
 font-size: 8pt;
 line-height: 12pt; 
 font-family: helvetica,verdana,arial; 
 color: #333; 
}

     .footer { 
 font-size: 8pt;
 line-height: 13pt; 
 font-family: helvetica,verdana,arial; 
 color: #fff; 
 height:50px;
 text-align:center;
 padding-bottom:10px;
}

     .tab { 
 font-size: 7pt;
 line-height: 10pt; 
 font-family: arial,trebuchet ms,helvetica; 
 color: #333; 
}


     .textbox {
 font-family: Verdana,arial,helvetica;
 font-size: 90%;
 color: #0066cc;
 background-color: #eee;
 padding-top:3px;
 padding-left:5px;
 border-right:2px solid #666;
 border-bottom:2px solid #666;
 border-top:0px;
 border-left:0px;
 height:20px;
 font-weight: bold;
}
 
     .textarea {
 font-family: Verdana,arial,helvetica;
 font-size: 90%;
 color: #0066cc;
 background-color: #eee;
 padding-top:3px;
 padding-left:5px;
 border-right:2px solid #666;
 border-bottom:2px solid #666;
 border-top:0px;
 border-left:0px;
 font-weight: bold;
}

body {
 background-color: #0097fd;
 background-image: url(/images/background.gif);
 background-repeat: repeat;
 background-position: center center;
 background-attachment: fixed;
 margin-top: 3px;
 margin-bottom: 0px;
}


     a:link { color: #fff; text-decoration: underline;}
     a:visited { color: #fff; text-decoration: underline; }
     a:hover { color: #ccc; text-decoration: none;}
     a:active { color: #ccc; } 
		 
		 a:link.tablink { color: #333; text-decoration: none;}
     a:visited.tablink { color: #333; text-decoration: none; }
     a:hover.tablink { color: #333; text-decoration: underline; }
     a:active.tablink { color: #333; text-decoration: underline; } 



/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }


.overlay_alert_lite {
	background-color: #333;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

.alert_lite_title {
	width:0px;
	height:0px;
	display:none;
}

/* For alert/confirm dialog */
.alert_lite_window {
	border:1px solid #F00;	
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

.alert_lite_message {
	font-size:16px;
	text-align:left;
	width:100%;
	color:#F00;
	padding-bottom:0px;
}


table.alert_lite_header  {
  border:2px solid #999;
  background:#333
}


		 
-->