@charset "utf-8";
/* CSS Document */

/****************************************************************
 Remove Browser Quirks & Defaults
****************************************************************/
h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }
/*img { border: 0px; }*/

BODY {background-color: #FFEEBB;}

A {color: #336699; text-decoration: underline;}
A.VISITED {color: #336699; text-decoration: underline;}
A:hover {color: #993333; text-decoration: underline;}

.head {
			font: 12pt arial, helvetica, geneva, verdana, sans-serif; 
			font-weight: bold; 
			color: #993333;}
.head A {color: #336699; text-decoration: underline;}
.head A.VISITED {color: #336699; text-decoration: underline;}
.head A:hover {color: #993333; text-decoration: underline;}

table.rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.btm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	padding: 12px 0 3px 0;
}
td.grey{background-color:#eeeeee; border-bottom:1px #CCCCCC solid;}
