/* -------------------------------------------------------------------------------- */
/*                                                                                  */
/* ----------------This is the style sheet that has been designed for ------------- */
/* ----------------the David Haskins Auctions website.  These are the ------------- */
/* ----------------styles and designs used to provide the color and   ------------- */
/* ----------------fonts in creating the design and layout.           ------------- */
/*                                                                                  */
/* ----------------        Last Updated:  October 14, 2008            ------------- */
/* ----------------        By:  Catherine Lequieu                     ------------- */
/*                                                                                  */
/* ---------------------------------------------------------------------------------*/ 




/* ---------------- Applies to Text in Body ----------------------------------------------*/

body	{  
		font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; 
		background-color: #FFFFFF; 
		margin-left: 0; 
		margin-right: 0; 
		margin-top: 0; 
		margin-bottom: 0; 
		text-align: left; 
		left: 5px; 
		font-size: 8pt;  
		font-weight: normal;
	}

/* ---------------- Heading Tags ---------------------------------------------------------*/


	/* ------------ Heading for the Main Pages - Red Color -------------------*/

h1	{ 
		font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS"; 
		font-size: 14pt; 
		font-style: normal; 
		color: #CC0000; 	
		font-weight: bold ; 
		text-align: center; 		
/*		border:1px solid #CC0000; */
		border-top:0px; 
		border-left:0px; 
		border-right:0px; 
		margin-bottom: 6px;
	}
 

	/* --------------- Heading for the Sections on Pages - Maroon ----------------*/

h2	{ 
		font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS"; 
		font-size: 12pt;  
		color: #CC0000; 
		font-style: normal; 
		font-weight: bold; 
		text-align: left;
		border:1px solid #CC0000;
		border-top:0px; 
		border-left:0px; 
		border-right:0px; 
		margin-bottom: 4px;
	}


	/* ---------------- Heading for Sections on Page - Black ----------------------*/

h3	{
		font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS"; 
		font-size: 9pt;	
		color: #000000;
		font-style: normal; 
		font-weight: bold;
		text-align: center;
		margin-bottom: 3px;
	}
	
	

/* ----------------------- Styles used for Hyperlinks  ----------------------------*/

a	{ 
		font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; 
		color: #0E3293; 
		font-weight: normal; 	
		font-style: normal; 
		text-decoration: underline;
	}




/* ----------------------- Background Used for Red Bar  ----------------------------*/

.RedBar	{ 
				font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS"; 
				background-color: #CC0000;
				border: none;
			}	





/* -------------------- Style for Items Listed is Order, Numbers/Bullets -----------------*/

li	{  
		font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; 
		font-weight: normal;
		margin-top: 2px; 
	}


/* -------------------- Style for Paragraph Tags, When Used -------------------------------*/

p	{
		font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; 
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		margin-top: 3px;
		page-break-after: always;
	}

/* -------------------- Style for Table Cells ----------------------------------------*/

td	{ 
		font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; 
		font-size: 8pt;   
		font-weight: normal;
	}

