.mainbgleft {
	background-image: url(images/main_bg_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.mainbgright {
	background-image: url(images/main_bg_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bannerbgleft {
	background-image: url(images/banner_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bannerbgright {
	background-image: url(images/banner_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainbgleftbottom {

	background-image: url(images/main_bg_left_bottom.gif);
	background-repeat: repeat;
	background-position: right top;
}
.mainbgrightbottom {

	background-image: url(images/main_bg_right_bottom.gif);
	background-repeat: repeat;
	background-position: left top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.testimonial {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	background-color: #E8F6FF;
	border: 1px solid #1476A8;
	color: #000000;
}
.greybox {
	background-color: #edf1f4;
	border: 1px solid #d6dde3;
}
.highlightyellow {
	background-color: #FFFF00;
}
.tool_light {
	background-color: #f7f7f7;
	border: 1px solid #CCCCCC;
}
.tool_dark {

	background-color: #e6e6e6;
	border: 1px solid #B5B5B5;
}
.underlinedotted {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
