p {font-size:12px;}
.h1:link { color:#666666; }
.h1:hover { color:#990000; }
.h1:visited { color:#666666; }
.h1:active { color:#990000; }
.h2:link { color:#333333; }
.h2:hover { color:#990000; }
.h2:visited { color:#333333; }
.h2:active { color:#990000; }
.tabber{display:none;}
	body{
		background-repeat:no-repeat;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:12px;
		line-height:130%;

	}
	#ad{
		margin-top:10px;
	}
	h1{
		line-height:130%;
	}
	a{
		color: #D60808;
		text-decoration:none;
		font-weight:bold;
	}
	
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:5px;
		font-size:14px;
		-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 */
	}
