/* Navigation bar styles */

#navigation {
	color: #FFFFFF;
}

#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

td.navigation {
	background-color: #996600;
}

/* Footer style */

#footer {
	font-size: 0.8em;
	text-align: center;
}

/* Heading style */

#heading1 {
	font-size: 1.5em;
	color: #006666;
	font-weight: bold;
}

/* General styles */

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


td.price {
	text-align: right;
    vertical-align: top;
	font-style: italic;
}

/*a:link, a:link, a:visited {
	text-decoration: none;
}
*/
/* First letter of paragraph style */
p.style1:first-letter {
	color: #006666;
	font-size: 1.3em;
	font-weight: bold;
}

/* Quotation style on testimonials page */
#quotation {
	font-style: italic;
}

hr.quotation {
	width: 50%;
}

