@charset "ISO-8859-1";
.background {
	background-image: url(images/header_02.jpg);
}
.background2 {
	background-image: url(images/.jpg);
}
.white_background {
	background-image: url(images/website_03.jpg);
}
.main_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: #000;
}
.background_maintable {
	background-image: url(../background.jpg);
}
.main_text_larger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
}
.text_bold {
	font-size: 24px;
	font-weight: bolder;
	font-family: "Courier New", Courier, monospace;
}
.tables {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

