body {
	background-color:#6c840d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-attachment: scroll;
	background-image: url(../images/top_grad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ed6e00;
	font-weight:normal;
	line-height:normal;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6c840d;
	font-weight:normal;
	line-height:normal;
}
.cmsdesc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#eb6909;
	line-height:normal;
	font-weight:normal;
}
.titlegreen{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6c840d;
	line-height:normal;
	font-weight:normal;
}
.proddesc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.pagegrad {
	background-attachment: scroll;
	background-image: url(../images/page_grad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
}
.border {
	border:1px solid #999999;
}
.bordergreen {
	border:1px solid #666666;
	color: #FFFFFF;
	background-color: #6c840c;
}
.orangeborder{
	border-left-color:#ed6e00;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left:20px;
	padding-top:10px;
	background-color:#FFFFFF;
}
.noorangeborder{
	padding-left:20px;
	padding-top:10px;
	background-color:#FFFFFF;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #eb6909;
	text-decoration: none;
	}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
	text-decoration: none;
	}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #eb6909;
	text-decoration: none;
	}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #eb6909;
	text-decoration: none;
	}
.explanationsmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style:italic;
}
.menuborder{
	border-bottom-color:#FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.greymenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
input.small
{
	width:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.smallzero
{
	width:10px;
	background-color: #cccccc;
}
input.smallheight
{
	width:21px;
	height:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.borderright {
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
	
}
/* rounded buttons */
.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(../images/button.gif) no-repeat right top; 
	padding-right:30px; 
	display:inline-block;
	
}

.round ins { 
	background:url(../images/button.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:30px;
	text-decoration: none;
	color:#FFFFFF;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover ins {background-position:left -155px; color:#FFFFFF; text-decoration: none;}
	

/* end rounded buttons */