/* june 23 02 */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	/*background-image: url(images/bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;*/
	}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 9 pt;
	line-height: 11pt;
	color: #000;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	text-align: center;
	}

.banner {
	display: none;
	}
	
.lowermenu {
	display: none;
	}

.tablecont {
	/* content tables */
	width: 100%;
	}

.footer {
/* under menu and under content table */
	margin-bottom: 20px;
	border-bottom: solid 1px #333;
	
	}

.imgLeft {
	margin-right: 10px;
	}

.imgRight {
	margin-left: 10px
	}

/* price page formatting */

.heading {
/* used only on the prices page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	}
	
.subheading {
/* used only on the prices page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	}	

.pricetable {
	width: 605px;
	text-align: left;
	}

.break {
	page-break-after: always;
	}
	
.pricetoprow {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid #999 1px;
	}	
	
.pricetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	}
	
.pricetexttwo {
/* used for the price column */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	}	   
    
.rowgrey {
	background-color: #ccc;
	}
	
.column {
		border-left: dashed #999 1px;
		padding-left: 5px;
		}
