/*--
	Site:  TheBasementWorkshop.com
	Page:  style.css
	Written by:  Jim Haber
	Date:  1/28/2006
--*/

/*-- set style for h1 --*/
	h1 {font-family: "Times New Roman"}
	h1 {font-style: italic}
	h1 {font-weight: bold}
	h1 {text-align: center}
	h1 {font-size: 32pt}

/*-- set style for h2 --*/
	h2 {font-family: "Times New Roman"}
	h2 {font-style: italic}
	h2 {font-weight: bold}
	h2 {text-align: center}
	h2 {font-size: 24pt}

/*-- set style for h2.white --*/
	h2.white {font-family: "Times New Roman"}
	h2.white {font-style: italic}
	h2.white {font-weight: bold}
	h2.white {text-align: center}
	h2.white {font-size: 24pt}
	h2.white {color: white}

/*-- set style for h3 --*/
	h3 {font-family: "Times New Roman"}
	h3 {font-style: normal}
	h3 {font-weight: normal}
	h3 {text-align: center}
	h3 {font-size: 18pt}

/*-- set style for h3.white --*/
	h3.white {font-family: "Times New Roman"}
	h3.white {font-style: normal}
	h3.white {font-weight: normal}
	h3.white {text-align: center}
	h3.white {font-size: 18pt}
	h3.white {color: white}

/*-- set style for h4 --*/
	h4 {font-family: "Times New Roman"}
	h4 {font-style: italic}
	h4 {font-weight: normal}
	h4 {text-align: center}
	h4 {font-size: 13pt}

/*-- set style for p --*/
	p {font-family: "Times New Roman"}
	p {font-style: normal}
	p {font-size: 12pt}
		
/*-- set style for p.indented15pt --*/
	p.indented15pt {font-family: "Times New Roman"}
	p.indented15pt {font-style: normal}
	p.indented15pt {font-size: 12pt}
	p.indented15pt {padding-right = "15pt"}
	p.indented15pt {padding-left = "15pt"}

/*-- set style for p.indented5pt --*/
	p.indented5pt {font-family: "Times New Roman"}
	p.indented5pt {font-style: normal}
	p.indented5pt {font-size: 12pt}
	p.indented5pt {padding-right = "5pt"}
	p.indented5pt {padding-left = "5pt"}

/*-- set style for p.link --*/
	p.link {font-family: "Times New Roman"}
	p.link {font-style: italic}
	p.link {font-size: 10pt}
	p.link {text-align: center}

/*-- set style for a --*/
	a {color: black}
	a {text-decoration: none}

/*-- set style for a.whitelink --*/
	a.whitelink {font-family: "Times New Roman"}
	a.whitelink {font-style: italic}
	a.whitelink {font-size: 10pt}
	a.whitelink {text-align: center}
	a.whitelink {color: white}

/*-- set style for a.whiteemaillink --*/
	a.whiteemaillink {font-family: "Times New Roman"}
	a.whiteemaillink {font-style: normal}
	a.whiteemaillink {font-weight: normal}
	a.whiteemaillink {font-size: 18pt}
	a.whiteemaillink {color: white}

/*-- set style for image --*/	
	image {border-color: black}

