.background {
	background-image: url(/assets_site_02/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pagebg {
	background-image: url(/assets_site_02/page_bg.jpg);
	background-repeat: repeat-y;
}
.contentbg {
	background-image: url(/assets_site_02/content_bg.jpg);
	background-repeat: no-repeat;
}
.footertwobg {
	background-image: url(/assets_site_02/footer_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 121px;
}
.indexbg {
	background-image: url(/assets/index_bg.jpg);
	background-repeat: no-repeat;
}
.pagetextreg {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.headertext {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.pagetextbld {

	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

