body {
	  	text-decoration: none;
	  	color: #000000;
	  	font-family: "arial, verdana";
	  	/*font-size: 10pt;*/
	  	/*font-weight: heavy; */
} 
.bold { 
	text-decoration: bold;
	color: #000000;
	font-family: "arial, verdana";
	font-size: 10pt; 
	font-weight: heavy;
	 }
 
.head {
	color: #000000;
	font-family: "arial, verdana";
	font-size: 35px;
	margin-top: 35px;
	margin-left: 28px;
	 }

.indent {
	text-indent: 1em;
	}
	
A:link {
	color: #0000FF;
	text-decoration: none;
	background: transparent;
	 }

A:active {
	color: #0000FF;
	text-decoration: none;
	background: transparent;
	 }

A:visited {
	color: #0000FF;
	text-decoration: none;
	background: transparent;
	 }

A:hover {
	color: #0000FF;
	text-decoration: overline underline;
	background: transparent;
	 }

BUTTON:active {color: #FF0000;}
BUTTON:focus {color: #0000FF;}
BUTTON:hover {color: #FF0000;}

/* P {text-indent: 3em;}*/

.Error {
	text-decoration: none;
	font-family: "arial, verdana";
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	}	
	
H1 {
	text-align: center;
	text-decoration: none;
	font-family: "Arial";

}

H2 {
	text-align: center;
	text-decoration: none;
	font-family: "Arial";

}

H3 {
	text-align: center;
	text-decoration: none;
	font-family: "Arial";

}



/* #################################### */
/* ####### Page-Specific Styles ####### */
/* #################################### */

/* Adminpage.asp */
A.AdminLink {
	font-family: "courier, arial";
	font-size: 120%;
	font-weight: bold;
	}	

A.DbTableLinks {
	font-size: 1.5em;
	}

.DbTableSmall {
	text-decoration: none;
	font-family: "courier, arial";
	font-size: 80%;
	font-weight: heavy;
    }

/* Links.asp page */
.Description {
	text-indent: 1em;
  	text-decoration: none;
  	color: #000000;
  	font-family: "arial, verdana";
  	font-size: 10pt;
  	font-weight: heavy;

}

A.ServiceBookmarks {
	text-align: center;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 80%;
	color: #79A3CD;
	}

A.ServiceBookmarks:hover {
	text-decoration: underline;
	}

.ServiceHeadings {
	text-align: center;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 10pt;
	color: #79A3CD;
	}

A.ServiceHeadings {
	text-decoration: none;
	color: #79A3CD;
	}

.UpdatedHeadings {
	text-align: center;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 10pt;
	color: red;
	}

.CompanyName {
	color: #0000AA;
	text-decoration: none;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-weight: bold;
	}

A.CompanyName:hover {
	text-decoration: underline overline;
	}
	
/*.CompanyAddress {
	text-decoration: none;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	}*/
	
.CompanyAddress {
	color: #000000;
	text-decoration: none;
	text-indent: 1em;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}


.CompanyComment {
	color: #000080;
	text-decoration: none;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	}

.CompanyDescription {
	color: #000000;
	text-decoration: none;
	text-indent: 1em;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}

/*.CompanyPhone {
	text-decoration: none;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	}*/

.CompanyPhone {
	color: #000000;
	text-decoration: none;
	text-indent: 1em;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}

	
/*.CompanyLocation {
	text-decoration: none;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
	}*/
	
.CompanyLocation {
	color: #000000;
	text-decoration: none;
	text-indent: 1em;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}

/*.CompanyEmail {
	text-decoration: none;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	}*/
	
.CompanyEmail {
	color: #000000;
	text-decoration: none;
	text-indent: 1em;
	font-family: "arial, verdana";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}

	
/* testimonials.asp */
.TestimonialBanner {
	font-family: "arial";	
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	}
	
.TestimonialComment {
	text-indent: 1em;
	text-decoration: none;
	font-family: "arial";
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	}
	
.TestimonialAuthor {
	color: #000080;
	text-decoration: none;
	font-family: "arial";
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	}
	
.TestimonialLocation {
	color: #000080;
	text-decoration: none;
	font-family: "arial";
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	}