h1 {

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #C62929;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #C62929;

}  

h3 {

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #000000;
background-color: #FC891E;

}  



hr {
  border: 0;
  color: #C62929;
   background-color: #C62929;
  height: 1px;
}

div.hr {
  border: 0;
  color: #6798FF;
  height: 13px;
  background: #FCBA5C
}
 
body {
	background-color: #D8E1F3;
	font-size: 10px; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 
}


#wrapper {
	text-align:left; /* left-align text in IE */	
	margin: 0px auto 0px auto;
}



/* global font formatting */
table,
tr,
td
 {
	font-size: 12px; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #ffffff;
}


/* image border */
img { 		
	border: 1px solid #000000;
}


/* global links */
a:link, 
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt; 
	color: #0000FF;
	text-decoration: underline;
	
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;	
	text-decoration: underline;
        
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;	
	text-decoration: none;
        
}


.tablemain {
	border: 1px solid #C62929;
        
}

.tablespecials {
	border: 1px solid #96965E;
        
}

.maintable {
	border: 1px solid #000000;
        
}

.tableinv {
	background-image: url(bgimages/tbl_th.png);
	}

.titles {
	background-image: url(bgimages/title_back.gif);
	
}

.topsection {
	background-image: url(bgimages/top_section_back.gif);
	
}

.vertline {
	background-color: #0091BD;
        
}

.tablelistings {
	border: 1px solid #B0BEC7;
        
}

.celllistings {
	background-color: #ECF1F4;
        
}

.specials {
	background-color: #FFFFDD;
        
}

.topmenu {
	background-image: url(bgimages/top_menu_bgcolor.gif);
        
}

.pnamelistings {
        font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;	
        
}

.pdesc {
        font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #16387C;	
        
}