/* CSS Document */


/*------------------------forms-------------------------------*/
.inputfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#f8f8f2;
	border: 1px groove #b0b2a8;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;

}

.formoutput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#f8f8f2;
	border: 1px groove #b0b2a8;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	background-color:#f8f8f2;
	border: 1px solid #333333;
	cursor: hand;		
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
/*-------------------------footer-------------------*/
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #183388;
	padding: 0;
	margin-bottom: 0px;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E8046;
	padding: 0;
	margin-bottom: 0px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #183388;
	padding: 0;
	margin-bottom: 0px;	
	
}
.dbimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.8px;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:center;
	background-image:url(/images/archive.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-weight: 600;
	line-height: 23px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26461E;
	text-transform: uppercase;	
}
.productheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F2569;
	font-weight:  bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #122A75;
	padding: 0;
	margin-bottom: 0px;	
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 0px;	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
a:link {
	text-decoration: underline;
	color: #1B2C6D;
}
a:visited {
	text-decoration: underline;
	color: #5C6B4B;
}
a:hover {
	text-decoration: underline;
	color: #4F5059;
}
a:active {
	text-decoration: underline;
}
.tiny {
	font-size		: 10px;
	}
td.forminput {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 2px;
}

textarea {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #FBFBF9;
}
select {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #FBFBF9;
}

a.copyright:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:hover  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
.warning {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}



a.apply, a.apply:link, a.apply:visited, a.apply:active {
	font-weight:bold;
	color:#ffffff;
	background-color:#095296;
	padding:8px 10px;
	border:1px solid #ffffff;
	text-decoration:none;
	margin:8px 0px 8px 0px;
}

a.apply:hover {
	color:#095296;
	background-color:#ffffff;
	border:1px solid #095296;
}