/*
**********************************
* RosesOnline Style Sheet.       *
* Michael Parker - 21st Aug 2002 *
**********************************
*/

body {
  margin: 2;
  background-color: #CCFFFF;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12;
  color: #000000;
  scrollbar-base-color:#FFFFCC;
  }

a, h2, h3, h4 {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #000000;
  font-size: 12;
  }

h1{
  font-family: Georgia, Times New Roman, Times, serif;
  color: #000000;
  font-size: 18;
  }

a {
  text-decoration: underline;
  font-size: 12;
  }

a:hover {
  text-decoration: underline;
  font-size: 12;
  }

img {
  border: 0;
  }

table {
  font-size: 12;
  border: 0;
  cellpadding: 0;
  cellspacing: 0;
  width: 100%;
  }

.offertable {
  font-size: 12;
  border: 0;
  cellpadding: 0;
  cellspacing: 0;
  width: 75%;
  background-color: #ffff00;
  }  
  
.offertable100pc {
  font-size: 12;
  border: 0;
  cellpadding: 0;
  cellspacing: 0;
  width: 100%;
  background-color: #ffffff;
  }  
  
.searchtable {
  font-size: 12;
  border: 0;
  cellpadding: 0;
  cellspacing: 0;
  width: 25%;
  background-color: #ffff00;
  }   

.redheadline {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12;
  color: #FF0000;
  }

.blackheadline {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12;
  color: #000000;
  }

.formobjectblack {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12;
  color: #000000;
  background-color: #FFFFCC;
  }
  
.formobjectred {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12;
  color: #FFFFFF;
  background-color: #FF3300;
  }
