/*
blue #458dc3
orange #fcaf21
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
h1 {
	font-weight:bold;
	font-size:16px;
	color: #458dc3;
	line-height:22px;
	}
h2 {
	color: #458dc3;
	font-style: italic;
	font-weight: bold;
	font-size:14px;
	line-height:20px;
}
h3 {
	color: #fcaf21;
	font-style: italic;
	font-weight: bold;
	font-size:14px;
	line-height:20px;
}
.h1 {
	font-weight:bold;
	font-size:16px;
	color: #458dc3;
	line-height:22px;
	}
.h2 {
	color: #458dc3;
	font-style: italic;
	font-weight: bold;
	font-size:14px;
	line-height:20px;
}
.h3 {
	color: #fcaf21;
	font-style: italic;
	font-weight: bold;
	font-size:14px;
	line-height:20px;
}
  a {
color: #458dc3; 
text-decoration: underline;
  }
  
  a:hover {
color: #fcaf21;
  }

td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	}
.tablehead {color: #FFFFFF;
	font-weight: bold;}
.itemdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.footer {
	font-size: 9px;
	color: #FFFFFF;
}
.error {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 20px;
	border:1px #458dc3 solid; 
	padding: 2px 4px;
	background-color: #F2F2F2;
}

input.button {
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding: 2px 2px;
	background-color: #458dc3;
	border-style: solid;
	border-bottom-color: #44448f;
	border-right-color: #44448f;
	border-top-color: #c5c5e1;
	border-left-color: #c5c5e1;
	width: 110px;
}

select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border:1px #458dc3 solid; 
	padding: 2px 4px;
	background-color: #F2F2F2;
}
  hr {
  height: 1px;
  color: #CCCCCC;
  }
