/* CSS Document */
.maintext {
        font-family: Arial, Helvetica, sans-serif;
        color: #666666;
         font-size: 16px;
}
.link{
  color: white;
}

.linkgrey{
  color: #666666;

}





.pricetable table {

}

.pricetable td {
                 font-family: Arial, Helvetica, sans-serif;
	color: #666666;
        text-align: right;

}
.pricetable th {
        padding: 0.1em 0.1em 0.1em 0.5em;
        font-family: Arial, Helvetica, sans-serif;
	color: white;
        background-color: #D4380F;


}
