.body  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif ;
	font-weight : normal;
	font-style : normal;
	line-height : 15px;
 color : #333333;
	padding-left: 5px;
 padding-top:5px;
 padding-bottom:5px;   		
 padding-right:0px;
	}

.menu {
	font-size : 11px;
	font-family : georgia, times, serif;
	font-weight : bold;
	font-style : normal;
	line-height : 18px;
	color : #999999;
	padding-left:10px;
 	padding-right:10px;
        padding-bottom:10px; 
	}

a.menu {
	font-size : 11px;
	font-family : georgia, times, serif;
	font-weight : bold;
	font-style : normal;
	line-height : 18px;
	color : #999999;
	text-decoration: none;
        padding-bottom:10px; 
	}

a.menu:Hover {
	text-decoration: underline;
	}

.hdg {
	font-size : 14px;
	font-family : Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height : 20px;
	color : #000000;
	padding-left:0px;
   	padding-top:10px;
   	padding-bottom:0px;   		
  	padding-right:0px;
	}
		
a.hdg {
	text-decoration: none;
	font-style : normal;
	line-height : 14px;
	color : #000000;
	}
	
a.hdg:Hover {
	text-decoration: underline;
	}	
	
	
.hdgBlue {
	font-size : 13px;
	font-family : Georgia, serif;
	font-weight : bold;
	font-style : normal;
	line-height : 20px;
	color : #50617D;
	padding-left:0px;
   	padding-top:0px;
   	padding-bottom:0px;   		
  	padding-right:0px;
	}
	
.next {
	font-size : 12px;
	font-family : georgia, times, serif;
	font-weight : bold;
	font-style : normal;
	line-height : 14px;
	color : #990000;
	padding-left:0px;
   	padding-top:0px;
   	padding-bottom:0px;   		
  	padding-right:0px;
	}

a.next {
	font-size : 12px;
	font-family : georgia, times, serif;
	font-weight : bold;
	font-style : normal;
	line-height : 14px;
	color : #990000;
	text-decoration: none;
	}
	
a.next:Hover {
	text-decoration: underline;
	}

a.homeLink {
	font-size : 12px;
	font-family : georgia, times, serif;
	font-weight : bold;
	font-style : normal;
	line-height : 20px;
	color : #000000;
	text-decoration: none;
	padding-left:0px;
   	padding-top:0px;
   	padding-bottom:0px;   		
  	padding-right:0px;
	}
	
a.homeLink:Hover {
	text-decoration: underline;
	}
	
.flow {
  	padding-left:0px;
   	padding-top:10px;
   	padding-bottom:10px;   		
  	padding-right:0px;
	  border: none;
}

.flowhm {
  	padding-left:0px;
   	padding-top:0px;
   	padding-bottom:1px;   		
  	padding-right:0px;
	  border: none;
}

.flowhtml {
  	padding-left:0px;
   	padding-top:1px;
   	padding-bottom:1px;   		
  	padding-right:0px;
	  border: none;
}
.sold  {
	font-size : 10px;
	font-family : georgia, times, serif;
	font-weight : normal;
	font-style : normal;
	text-decoration: line-through;
  	line-height:18px;
   	padding-top:15px;
   	padding-bottom:15px;   		
    color : #993300;
	}

.footer { 
	font-family:  Arial, sans-serif;
  	font-size: 10px;
	line-height: 14px;
	color: #666666;
	padding-left:0px;
   	padding-top:0px;
   	padding-bottom:1px;   		
  	padding-right:0px;
	}

a.footer {
	text-decoration: none;
	}

a.footer:Hover {
	text-decoration: underline;	
	}
	
.bodySimple {  
	font-family : georgia, times, serif;
	font-size: 10px; 
	font-weight : bold;
	font-style : normal;
	line-height : 14px;
	color : #000000;
	text-decoration: none;
	}
 .img { 
 	border:0px; 
	} 



.content { 
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
overflow:auto; /* add scroll bars as required */
padding-left:0px; /* pad left to avoid navigation div if required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
}