body {
	margin: 0px; 
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	}
	
td {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}

p {
  color: #000;
  margin-left: 5px;
}
	
.footer {
	text-align: center;
 	font-size: .7em;
 	color: #000;
	}
	
h1 {
	font-size: 1.3em;
	color: #F60;
	margin: 5px 3px;
	text-align: center;
}

h2 {
	font-size: 1.0em;
	color: #F60;
	margin: 5px 3px;
}

/* link styles below for body area*/
a:visited { 
	color: #F90; 
	text-decoration: none;
}

a:link { 
	color: #F90; 
	text-decoration: none;
} 

a:active { 
	color: #F00; 
	text-decoration: none;
} 

a:hover { 
	color: #F00; 
	text-decoration: underline;
}

/* link styles below for main menu*/
.menu a:visited { 
	color: #000; 
	text-decoration: none;
}

.menu a:link { 
	color: #000; 
	text-decoration: none;
} 

.menu a:active { 
	color: #000; 
	text-decoration: underline;
} 

.menu a:hover { 
	color: #000;
	text-decoration: underline;
}



.txt10 {
  font-size: 10px;
}

.txt9 {
  font-size: 9px;
}
.txtCenter { text-align:center; }

.padded {
  padding: 4px;
}

acronym {
  cursor: help;
  text-decoration: underline;  /*ie5win bodge [make ie underline acronyms, moz does this by default] */
  voice-family: "\"}\"";
  voice-family:inherit;
  text-decoration: none;
}

input {
  border: 1px solid #000
}

.txtQuote {
font-family: Times New Roman, Times, serif;
font-size: 1.2em;
font-style: italic;
font-weight: bold;
}


.menu {  font-size: 1.4em;
	text-align: center;
	font-family: Times New Roman, Times, serif;
}

.bdr_bottom {  border-bottom: 1px solid #000}
.bdr_left {  border-left: 1px solid #000;
		border-bottom: 1px solid #000}
.txtToTop {  font-weight: bolder; text-transform: uppercase; text-align: right; margin-right: 5px; font-size: 0.8em;}


#google_map {
	border:1px solid #B0C9D5;
	height:400px;
	margin-top:16px;
	width:98%;
}

/* validation css starts */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* validation css ends */
