body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #382517;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#382517;
	text-transform:uppercase;
	background-image:url(/images/title_bk.gif);
	background-repeat:no-repeat;
	line-height: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ff0000;
	padding: 0;
	margin-bottom: 0px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #382517;
	padding: 0;
	margin-bottom: 0px;		
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #382517;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #382517;	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;	
}
a:link {
	text-decoration: underline;
	color: #ff0000;
}
a:visited {
	text-decoration: underline;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: underline;
	color: #ff0000;
}

input.inputfield {
  font-size        : 11px;
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
    font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
.copyright { 
  font-size        : 10px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #332a1d;
  cursor:text;
  text-decoration:none;
}

a.copyright:link  { 
  font-size        : 10px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #332a1d;
  cursor:text;
  text-decoration:none;
  padding: 0;
  margin bottom: 0px;
}
a.copyright:visited  { 
  font-size        : 10px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #332a1d;
  cursor:text;
  text-decoration:none;
  padding: 0;
  margin bottom: 0px;
}
a.copyright:hover  { 
  font-size        : 10px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  cursor:text;
  text-decoration:none;
  padding: 0;
  margin bottom: 0px;
}
a.copyright:active  { 
  font-size        : 10px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #332a1d;
  cursor:text;
  text-decoration:none;
  padding: 0;
  margin bottom: 0px;
}

/******************************************************************
 ERROR MESSAGES
 *****************************************************************/

.info, .valid, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(/images/icons/Info.png);
}
.valid {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(/images/icons/ValidGreen.png);
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(/images/icons/Attention.png);
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(/images/icons/Cancel.png);
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url(/images/icons/RemoveRed.png);
}
