@charset "utf-8";
body  {
	font: 11px tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.headback {
	background-image: url(gfx/headback.gif);
	background-repeat: repeat-x;
	height: 86px;
}
.mlink {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 24px;
	font-weight: lighter;
	color: #3a4266;
	text-decoration: none;
	background-image: url(gfx/menuback.jpg);
	padding-left: 4px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #0033FF;
	letter-spacing: -0.02em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dedede;
	line-height: 28px;
	font-weight: lighter;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #003399;
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
}


a.ml:link {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #3a4266;
	text-decoration: none;
	background-image: url(gfx/menuback.jpg);
}

a.ml:hover {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #000000;
	text-decoration: underline;
	background-image: url(gfx/menubackon.jpg);
}

a.ml:visited {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #3a4266;
	text-decoration: none;
	background-image: url(gfx/menuback.jpg);
}

a.ml:active {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #3a4266;
	text-decoration: none;
	background-image: url(gfx/menuback.jpg);
}

.text {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #000033;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}

a.fl:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}

a.fl:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #dddddd;
}

a.fl:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}

a.fl:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}





a:link {
	color: #EA7D13;
}
a:hover {
	color: #FF9900;
}

.midback {
	background-image: url(gfx/midback.gif);
	background-repeat: repeat-x;
}
#left{
	background-image:url(gfx/leftback.gif);
	background-position:right;
	background-repeat:repeat-y;
}
#right{
	background-image:url(gfx/rightback.gif);
	background-position:left;
	background-repeat:repeat-y;
}
a:visited {
	color: #EA7D13;
}
a:active {
	color: #EA7D13;
}


.textbox{



	background-color: White;


	border: 1px solid #BDBDBD;


	color: #878787;


	font-size: 8pt;


	margin-top: 0px;


	margin-left: 0px;


	font-family: Geneva, Arial, Helvetica, sans-serif; 

	
	width:135px;


}	
.quick {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.quick2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}
.leftfloater {
	float:left;
}
.rightfloater {
	float:right;
}
