﻿/*
font.css

created 2/16/2010
modified 2/16/2010

This file contains the definition for font types, sizes and weights
(go to "colors.css" to change the font color)
*/


* {
	font-family:Arial, Helvetica, sans-serif;
}
#header_contact {
	font-size:11px;
}
#pagetitle h1{
	font-size:20px;
	font-weight:bold;
}	
#crumbtrail {
	font-size:11px;
	font-weight:normal;
}
#content {
	font-size:12px;
	font-weight:normal;
}
#content h1 {
	font-size:16px;
	font-weight:bold;
}
#content h2 {
	font-size:12px;
	font-weight:bold;
}
#content h3 {
	font-size:12px;
	font-weight:bold;
}
#content h4 {
	font-size:12px;
	font-weight:normal;
}
#content h5 {
	font-size:10px;
	font-weight:normal;
}
#highlights h2 {
	font-size:16px;
	font-weight:bold;
}
#links h2, #newslinks h2 {
	font-size:16px;
	font-weight:bold;
}
#links ul, #newslinks ul {
	font-size:11px;
	font-weight:normal;
}
#producthighlight h1 {
	font-size:14px;
	font-weight:bold;
}
#product_text {
	font-size:11px;
	font-weight:normal;
}
#footer {
	font-size:11px;
}
.times_symbols{
	font-family: "Times New Roman";
}
#quicksearch h2 {
	font-size:14px;
	font-weight:bold;
}

#searchform H2 {
	font-size:14px;
	font-weight:bold;
}

#home #content {
	font-size:14px;
	line-height:21px;
}
