/* Contains general style definitions for Griffon Works web site */

/*BODY {background:#FFFFFF}*/
H1, H2 {font: Times; color: black}
H4, H5, H6 {font: Times; color: white}
H1 {font-size: 12pt; font-weight: normal; text-align: justify}
H2 {font-size: 14pt; font-weight: bold; text-align: center}
H3 {font-size: 16pt; font-weight: bold; text-align: center}
H4 {font-size: 12pt; font-weight: normal; text-align: center}
H5 {font-size: 14pt; font-weight: bold; text-align: center}
H6 {font-size: 16pt; font-weight: bold; text-align: center}
.headline {  font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #000000}
.headline_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000
}
.normal_italics {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000
}
.normal_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000
}
.normalLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
}
.headlineWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal
}
.buttonText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
}
.normal_white {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF
}

