/*--------Set defaults on all items------*/

@import "reset.css";

/*--------General Styles------*/

.bodytext {
	font-family: "Trebuchet MS";
	color: #4F4F4F;
	font-size: 11px;
	line-height: 18px;
}
.copyr {
	font-family: "Trebuchet MS";
	color: #4F4F4F;
	font-size: 9px;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #6B96B0;
}
.subheading {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bolder;
	color: #6B96B0;
	line-height: 18px;
}
.subheading_blue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6B96B0;
	line-height: 18px;
}
.subheading_red {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #c22b15;
}
a:link {
	color: #4F4F4F;
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
	color: #6A6A6A;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6B96B0;
}
a:active {
	color: #6B96B0;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #C9C8C8;
	margin-top: 11px;
	margin-bottom: 20px;
}

.imgtran { 
	behavior: url(iepngfix.htc);
}
