body { 
    font-family:verdana,sans-serif;
	font-size:14px;
	color:#222; 
}

h1 {
    display:inline;
    color:#222;
	font-family:verdana,sans-serif;
	font-size:12px;
}
h2 {
    display:inline;
    color:#222;
	font-family:verdana,sans-serif;
	font-size:14px;
	text-align: center;
}
h3 {
    display:inline;
    color:#222;
	font-family:verdana,sans-serif;
	font-size:16px;
	text-align: center;
}

p {
	color:#222;
	font-family:verdana,sans-serif;
	font-size:14px;
	padding-left:5px;
	padding-right:30px;
	padding-bottom:4px;
	padding-top:5px;
}
td {
	color:#222;
	font-family:verdana,sans-serif;
	font-size:12px;
	padding-left:px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
}

a:link {
    color: #ff0000;
    text-decoration: underline;
	font-weight: normal;
    font-style: normal;
}
a:visited {
    color: #ff0000;
    text-decoration: underline;
	font-style: normal;
    font-weight: normal;
}
a:hover {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
a:active {
    color: #ff0000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
#footer {
	color:#ffffff;
	font-family:verdana,sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
  }

#footer a {
	color:#ffffff;
	font-family:verdana,sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
		}
#footer a:link {
	color:#ffffff;
	font-family:verdana,sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
		}
#footer a:active {
	color:#ffffff;
	font-family:verdana,sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
		}					
#footer a:hover {
	color:#666666;
	font-family:verdana,sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	}
	
  .error {
  font-family: Tahoma;
font-size: 8pt;
  color: red;
  margin-left: 10px;
  display:none;
  }


input.orange {background-color: #ff0000;
              color:#ffffff;
	          font-family:verdana,sans-serif;
	          font-size:12px;
	          text-decoration: none;
	          font-weight: bold;
			  padding-left:10px;
	          padding-right:10px;
	          padding-bottom:3px;
	          padding-top:3px;
}

