td 	{
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		color: 777777;
		font-size:9.25pt;
		}

A:link {
		text-decoration : underline;
		color : #777777;
		}
		
A:visited {
		text-decoration : underline;
		color : #777777;
		}
		
A:active {
		text-decoration : underline;
		color : #777777;
		}
		
A:hover {
		text-decoration : underline;
		color : #e3930a;
		}
		
td.footer 	{
		color: e5e5e5;
		font-size:12px;
		}

td.disclaimer 	{
		color: f6c778;
		font-size:11px;
		}

A.footer:link {
		text-decoration : none;
		color: ffe5b8;
		}
		
A.footer:visited {
		text-decoration : none;
		color: ffe5b8;
		}
		
A.footer:active {
		text-decoration : none;
		color: ffe5b8;
		}
		
A.footer:hover {
		text-decoration : underline;
		color: ffe5b8;
		}
		
/*contact form */
fieldset{ border: none; width: 550px; margin-top: 10px; }

fieldset legend { display: none}


form p{ padding-bottom: 0;}
/* Label */
label
{ width: 140px; margin: 5px; text-align: left;}

.required{ color: #FF0000;}

/* Input, Textarea */
input, textarea
{ border: 1px solid #dddddd; background: #eeeded; width: 300px; margin: 5px; padding: 3px; font-family:Arial, Helvetica, sans-serif;}

textarea{width: 500px; height: 150px; margin-bottom: 10px;}

input:focus, textarea:focus{ border: 1px solid #97b511;}

input.button{ background: url(../images/read_more.gif) no-repeat; width: 122px; height: 34px; padding-bottom: 15px; border: none; color: #ffffff; cursor: pointer; }
input.button:hover{ border: none;}
.notification_error{ padding: 5px; border: 1px solid #dddddd;
background: #eeeded; color: #a5041e;}

.notification_ok{padding: 5px; border: 1px solid #dddddd;
background: #eeeded; color: #7e9711; }
/* end contact form */