/* -----------------------------------------------
Cloverdale Toy Trucks
Version:  17 January 2006
----------------------------------------------- */


	
	
  
/* Used to stop WinIE6 from calculating width of
italicized text twice, thereby wrecking layout
----------------------------------------------- 
* html em {
  font-style: normal;
  font-weight: bold;
  }*/



/* basic elements */

div#content p {
	text-align: left;	
 }
 
p {
	padding:0 10px 10px 20px;
	margin: 0 0 10px 0;
	font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
}

/* Generic Text Features
------------------------------------------------------ */

.bold {
	font-weight: bold; }
	
.boldBlue {
	font-weight: bold;
	color: #41455D; }
	

h1{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
	padding: 0;
	line-height:24px; }  

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #41455D;
	padding-bottom: 14px;}

.caption {
	list-style: none;
	font-size: 9px;
	line-height: 12px;
	}
	
.subhead {
	font-size:16px;
	line-height:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #41455D;
	text-align: left;
	width: 400px;}
	
.Highlight {color: #993300; font-weight:bold;}
	
.demoCaptionContent {font-size:11px;
	line-height:16px;
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	color: #993300;
	text-align: left;}

acronym{cursor:help}

a{
	text-decoration:none;
	color:#496238;
	font-weight: bold;}
a:hover{
	text-decoration:underline;
	color:#41455D;}



td h4{ 
  font-family: 11/12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 14px;
	padding-top:4px;
	font-weight: bold;
	color: #41455D}

table {border: 1px solid #000000;}

