@charset "utf-8";

body {
	background-image: url(../images/bcktile.jpg);
	margin-top: 0px;
}


A:link 		{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	text-decoration: underline;
}

A:visited	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	text-decoration: underline;
}

A:active	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	text-decoration: none;
}

A:hover 	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6600;
	font-weight:normal;
	text-decoration: none;
}


.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 14px;
}
.highlightbox {
	background-color: #F7F7F7;
	padding: 1px;
	height: 34px;
	width: 325px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #EF7124;
	border: 1px solid #E9E9E9;
}


ul {
	margin-left: 0px;
	padding-left: 10px;

}
li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #171717;
	font-weight: normal;
	list-style-position: outside;
}
.orangetitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 19px;
	color: #EF7125;
	font-weight: normal;
}
.boxwithborder {
	background-color: #F4F4F4;
	border: 2px solid #EF7125;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #171717;
}
.orangetitlebold {
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 19px;
	color: #EF7125;
	font-weight: bold;
}
.whitetitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: normal;
}


.orangetitlesm {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 19px;
	color: #EF7125;
	font-weight: bold;
	text-transform: uppercase;
}
.whitetitle {
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: normal;
}
.bluetext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #006699;
}
.blacktext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
