@charset "utf-8";
/* CSS Document */

body {margin:0;}

.leftnavlinks { text-align: center; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.leftnavlinks a { color: #000000; text-align: center; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.blacksm {color:black;font-family:tahoma;font-size:6.5pt;}
.blacktext {color:black;font-family:verdana;font-size:7pt;}
.whitesm {color:white;font-family:tahoma;font-size:6.5pt;}
.whitesm2 {color:white;font-family:tahoma;font-size:6.5pt;}
TABLE,TD {color:black;font-family:tahoma;font-size:6.5pt;}
fieldset{background: #000000;border: 1px solid #ffffff;width: 20em}
legend{color: #000000;background: #ffffff;border: 2px solid #ffffff;padding: 6px 6px}
input.btn { 			background-color:#C0701B;			border-color:#000000;border-style:solid;border-						width:1px;			color:white;width:80px;height:18px;			font-family:Tahoma;font-weight:strong;font-size:7.5pt;		}  
.formbox	{ 			background-color:#ffffff;			border-color:#c0c0c0;border-style:solid;border-						width:1px;			color:black;width:150px;height:20px;			font-family:Tahoma;font-weight:strong;font-size:7.5pt;		}
.formboxsm	{ 			background-color:#ffffff;			border-color:#c0c0c0;border-style:solid;border-						width:1px;			color:black;width:70px;height:20px;			font-family:Tahoma;font-weight:strong;font-size:7.5pt;		}
TEXTAREA { 			background-color:#ffffff;			border-color:#c0c0c0;border-style:solid;border-						width:1px;			color:black;width:150px;height:100px;			font-family:Tahoma;font-weight:strong;font-size:7.5pt;		}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

#ad{
		margin-top:10px;
	}
	h1{
		line-height:130%;
	}

	a:hover{
		color: #666666;
	}
   	
	.footer a {color:#FFFFFF; text-decoration:none;}
	
	.dec td a {text-decoration:none;}
	
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}