/* CSS style sheet for web site */
/* used by dspProof */

/* copyright 2007-2009 Intelligence Research Systems */
/* all rights reserved */

.formPriceList
{
   background-color: #E7DBB5;
   background-image: url('Images\websiteBackground.gif');
   background-repeat: repeat;

   color: black;
   font-family: Arial, Helvetica;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
}


.Large
{
   color: black;
   font-family: Arial, Helvetica;
   font-size: 16pt;
   font-style: normal;
   font-weight: normal;

   margin-left: auto;
   margin-right: auto;
}

.Small
{
   color: black;
   font-family: Arial, Helvetica;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;

   margin-left: auto;
   margin-right: auto;
}

.ItalicSmall
{
   color: black;
   font-family: Arial, Helvetica;
   font-size: 10pt;
   font-style: italic;
   font-weight: normal;

   margin-left: auto;
   margin-right: auto;
}
