body {
	background-color: #f0f0f0;
}
.bgside1 {
	background-image: url(../images/side1.jpg);
	background-repeat: repeat-x;
}
.bg2 {
	background-image: url(../images/side2.jpg);
	background-repeat: repeat-x;
}
.bg {
	background-image: url(../images/magic-window-bg.jpg);
	background-repeat: repeat;
}

.search-field {
	background-color: #B7BBBE;
	background-image: url(../images/search-field.jpg);
	background-repeat: no-repeat;
}
.bg3 {
	background-image: url(../images/body2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer {
	background-image: url(../images/footer.jpg);
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	letter-spacing: 5px;
}
.footertext a:link {
	color: #666666;
	text-decoration: none;
}
.footertext a:visited {
	text-decoration: none;
	color: #666666;
}
.footertext a:hover {
	text-decoration: underline;
	color: #333333;
}
.footertext a:active {
	text-decoration: none;
	color: #333333;
}
.footertextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 5px;
}
.footertextwhite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footertextwhite a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footertextwhite a:hover {
	text-decoration: underline;
	color: #333333;
}
.footertextwhite a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.bodytextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	letter-spacing: 3px;
}
.bodytextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006DB5;
	letter-spacing: 3px;
}
.bodytextblue a:link {
	color:#09F;
	text-decoration: underline;
}
.bodytextblue a:visited {
	color:#006DB5;
	text-decoration: underline;
}
.bodytextblue a:hover {
	color:#0CF;
	text-decoration: underline;
}
.bodytextblue a:active {
	color:#0CF;
	text-decoration: underline;
}
.bodytextblueheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006DB5;
	letter-spacing: 2px;
}
.blueheadersLRG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #09F;
	letter-spacing: 2px;
}
.blueheadersLRG a:link {
	text-decoration: underline;
}
.blueheadersLRG a:visited {
	text-decoration: underline;
}
.blueheadersLRG a:hover {
	text-decoration: underline;
}
.blueheadersLRG a:active {
	text-decoration: underline;
}
.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C00;
	letter-spacing: 2px;
}
.bodytextredheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#C00;
	letter-spacing: 2px;
}
