@charset "utf-8";
.bgstyle {
	background-color: #FFFFFF;
	background-image: url(images/valuelayout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgbody {
	background-image: url(images/bodytile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #919191;
}
.bottomright_filagree {
	background-image: url(images/bottom_filagree.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bottom_filagree2 {
	background-image: url(images/bottom_filagree2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}
.bottom {
	background-image: url(images/bottompng.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #235b95;
	text-decoration: underline;
	font-weight: bold;
}
a:active {color: #FFFFFF; }



a.new:link {
	color: #235b95;
	text-decoration: none;
}
a.new:visited {
	color: #235b95;
	text-decoration: none;
}
a.new:hover {
	color: #4B91D6;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.new:active {color: #FFFFFF; }

.imageborder {
	border: 1px solid #666666;
}
