body {
    background: #000000 url(images/bg2.jpg) no-repeat 50% 0;
    background-attachment:fixed;
}

table.maintxt {
	color: #000000;
	font-family: Roboto, Sans-serif;
	font-size: 13px;
}
.proddesc {
	color: #000000;
	font-family: Roboto, Sans-serif;
	font-size: 12px;
}

table.showtitles {
	color: #000000;
	font-family: Roboto, Sans-serif;
	font-size: 13px;
}

.pageheaders {
	color: #085565;
	font-family: Roboto, Sans-serif;
	font-size: 19px;
}

a.maintxtlinks {
	color: #085565;
	font-family: Roboto, Sans-serif;
	font-size: 13px;
    text-decoration: none;
}
a.maintxtlinks:hover {
	color: #085565;
	font-family: Roboto, Sans-serif;
	font-size: 13px;
    text-decoration: underline;
}

input {
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}
  .myButton {
	-moz-box-shadow: 0px 1px 0px 0px #276873;
	-webkit-box-shadow: 0px 1px 0px 0px #276873;
	box-shadow: 0px 1px 0px 0px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton:active {
	position:relative;
	top:1px;
}

a.bottomlink {
	color: #ffffff;
	font-family: Roboto, Sans-serif;
	font-size: 10px;
    text-decoration: none;
}
a.bottomlink:hover {
	color: #ffffff;
	font-family: Roboto, Sans-serif;
	font-size: 10px;
    text-decoration: none;
}
td.bottom {
	color: #ffffff;
	font-family: Roboto, Sans-serif;
	font-size: 10px;
}

