﻿body  
 {
     margin:0px;
     padding:0px;
     font-family:Trebuchet MS;
 }
 
 ul
 {
	list-style-position: outside;
 }
 
 .orangeheader
 {
	color: Orange;
	font-size: 32px;
	margin-bottom: 0px;
	
 }
 
 .price
 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
 }
 
 table#graybox  
 { 
     width:810px; 
     text-align:center; 
     margin: 10px 0px 0px 12px; 
     color: #ffffff;
 } 
  
 #graybox td.tl  
 { 
     height:12px; 
     width:13px; 
     background-image:url("../images/grey_box_top_left.gif");  
     
     background-repeat: no-repeat;          
 } 
  
 #graybox td.tm
 { 
     height:12px; 
     background-image:url("../images/grey_box_top_middle.gif"); 
     background-repeat: repeat-x;
 } 
  
 #graybox td.tr
 { 
     height:12px; 
     width:13px; 
     background-image:url("../images/grey_box_top_right.gif");  
     background-repeat: no-repeat;     
 } 
 
 
 #graybox td.bl
 { 
     height:12px; 
     width:13px; 
     background-image:url("../images/grey_box_btm_left.gif");    
     background-repeat: no-repeat;        
 } 
  
 #graybox td.bm 
 { 
     height:13px; 
     background-image:url("../images/grey_box_btm.gif"); 
     background-repeat: repeat-x;
 } 
  
 #graybox td.br
 { 
     height:12px; 
     width:13px; 
     background-image:url("../images/grey_box_btm_right.gif");       
     background-repeat: no-repeat;     
 } 
   
   
 #graybox td.ml
 { 
     height:12px; 
     width:13px; 
     background-image:url("../images/grey_box_left.gif");    
     background-repeat:repeat-y;        
 } 
  
 #graybox td.mm 
 { 
      background-image:url("../images/grey_box_btm.gif"); 
     background-repeat: repeat;
     width:785px;
 } 
  
 #graybox td.mr
 { 
     height:12px; 
     width:11px; 
     background-image:url("../images/grey_box_right.gif");       
     background-repeat:repeat;
 } 
 
 .fnav
 {
	text-decoration: none;
	color: Gray;
	font-size:10px;
 }
 
 .lettercontenttext
 {
	font-size: 10px;
 }
 
 .t1
 {
	font-size: 11px;
 }
 
  .t2
 {
	font-size: 10px;
 }
 
 .orangetextlinks
 {
	color: Orange;
 }
 


#contacttable 
{
    margin:10px 0px 10px 0px;
}

#contacttable td
{
    padding-bottom:10px;
}


#contacttable .myhead
{
    font-weight:bold;
    text-decoration:underline;
    text-align:center;
}

#contacttable .myleft
{
    text-align:right;
    vertical-align:top;
    font-weight:bold;
}

#contacttable .myright
{
    text-align:left;
    vertical-align:top; 
}

.errorlist
{
    margin-bottom: 10px;
}

    .errorlist li
    {
        color: Red;
        font-weight: bold;
        text-align: center;
    }
    
.smltxt
{
    font-size:10px;
    line-height:12px;
}