body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #9c9c9c;
	font-size: 10px;
	font-family: tahoma;
	line-height:10px;
}
.style2 {
	color: #818181;
	font-size: 11px;
	font-family: tahoma;
	line-height: 11px;
}
.style3 {
	color: #8AA811;
	font-size: 9px;
	font-family: tahoma;
	line-height: 9px;
}
.style4 {
	color: #747474;
	font-size: 11px;
	font-family: tahoma;
	line-height:11px;
}
.style5 {
	color: #8AA811;
	font-size: 11px;
	font-family: tahoma;
	line-height: 11px;
}
.style6 {color: #747474; font-size: 11px; line-height: 11px; font-family: tahoma; font-weight: bold; }
.style7 {color: #A8A8A8; font-size: 11px; font-family: tahoma; line-height: 11px;}
.style9 {color: #8AA811; font-size: 11px; font-family: tahoma; font-weight: bold; line-height:11px;}
.style11 {font-size: 12px; line-height: 12px;}
.style13 {font-size: 12px; line-height: 12px;}
.style14 {font-size: 12px; color: #747474;  line-height: 12px;}
.style15{
	font-size: large;
	font-weight: bold;
	color: #8AA811;
	line-height:inherit;
}
.style16 {
	color: #0066CC;
	font-size: xx-small;
	font-weight: bold;
	line-height:inherit;
}
.style17 {
	font-size: medium;
	color: #0066CC;
	font-weight: bold;
	line-height:inherit;
}
.style19 {font-size: large; color: #8AA811; font-weight: bold; line-height:inherit; }
.style20 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style24 {font-family: tahoma; font-weight: bold; font-size: 11px;}
.style26 {font-size: 10px}
.style29 {font-size: 11px}
.style30 {font-family: tahoma; font-size: 11px; }

A:link {text-decoration: none; color:#0066FF}
A:visited {text-decoration: none; color:#0066ff}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: 8AA811;}

.form-stacked {

}
.form-stacked fieldset {
  padding: 9px 24px;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked input[type=text],
.form-stacked input[type=password],
.form-stacked select,
.form-stacked textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.form-stacked input[type=text]:focus, .form-stacked input[type=password]:focus, .form-stacked textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.form-stacked input.xtiny,textarea.xtiny, select.xtiny {
  width: 40px;
}
.form-stacked input.tiny,textarea.tiny, select.tiny {
  width: 60px;
}
.form-stacked input.small, textarea.small, select.small {
  width: 90px;
}
.form-stacked textarea.medium, select.medium {
  width: 150px;
}
.form-stacked input.large, textarea.large, select.large {
  width: 210px;
}
.form-stacked input.xlarge, textarea.xlarge, select.xlarge {
  width: 270px;
}
.form-stacked input.xxlarge, textarea.xxlarge, select.xxlarge {
  width: 530px;
}
.form-stacked input.full, textarea.full, select.full {
  width: 100%;
}
.form-stacked textarea.full {
  overflow-y: scroll;
}

