body {
	background-color: #ebebeb;
	background-image: url(images/trybg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #4a4344;
}
a:hover {
	text-decoration: underline;
}
a.warnlink:link, a.warnlink:visited, a.warnlink:active {
	text-decoration: none;
	color: #4085e9;
}
a.warnlink:hover {
	text-decoration: underline;
}
a.major:link, a.major:visited, a.major:active {
	text-decoration: none;
	color: #0066ff;
}
a.major:hover {
	color: #4a4344;
	text-decoration: underline;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.bluebox {
	border: 1px solid #4567cb;
	background-color: #ffffff;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px 0px;
	margin-bottom: 11px;
}
.greybox {
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: solid 1px #999999;
	padding: 6px 6px;
	background-color: #d7d7d7;
	font-size: 11px;
	color: #565656;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.speechbox {
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: solid 1px #3c7fb6;
	padding: 6px 6px;
	background-color: #88bced;
	font-size: 11px;
	color: #0e4378;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px #99afcb;
	-moz-box-shadow: 0px 1px 3px #99afcb;
	box-shadow: 0px 1px 3px #99afcb;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.speechbox:hover {
	background-color: #d3e8ff;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.warnbox {
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: solid 1px #f0eb33;
	padding: 6px 6px;
	background-color: #fffed6;
	font-size: 11px;
	color: #0e4378;
}
.inbetween {
	border-left: 1px #838383 solid;
	border-right: 1px #838383 solid;
	border-top: 0px;
	border-bottom: 0px;
}
.cardbox {
	background-color: #ebebeb;
	padding: 0px 0px;
}
.boxdivide {
	margin-top: 10px;
	border: 1px solid #838383;
}
.padding {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.copyright {
	font-size: 9px;
	color: #2a5faa;
}
.warning {
	color: red;
}
.notext {
	font-size: 9px;
	color: #ebebeb;
}
.text {
	margin: 10px 10px;
}
.product {
	font-weight: bold;
}
.minitext {
	font-size: 10px;
}
.minitextcol {
	color: #4567cb;
	font-size: 10px;
}
.worldloc {
	font-size: 10px;
	color: #999999;
}
.image {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	margin: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 5px #99afcb;
	-moz-box-shadow: 0px 0px 5px #99afcb;
	box-shadow: 0px 0px 5px #99afcb;
}
/*
.image:hover {
	border: 0;
	margin: 14px 12px;
}
*/
#indexlinks {
	float: right;
	padding-right: 20px;
	color: #4a4344;
}
#content {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
#line {
	border: 0px solid #ebebeb;
	background-color: #ebebeb;
	background-image: url(images/bline.gif);
	background-repeat: repeat-x;
	background-position: left;
	padding: 0px;
	margin: 0px;
}
#javabutton {
	background-image: url(./images/buttons/homeauto-d.gif);
	border: none;
	width: 136px;
	color: white;
	height: 23px;
	float: left;
	margin: 12px 0px;
}
#interactive {
	line-height: 0px;
	border: 1px solid #999999;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 200px;
	width: 702px;
}
#message {
	border: 1px solid #4567cb;
	background-color: #ffffff;
	margin: 6px 0px;
	width: 676px;
}
.endbutton {
	border-radius: 0px 2px 2px 0px;
}
