/* page header -- used for all prdouct headers and type headers*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990033;
}
 /* home page paragraph */
h1.home {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: Black;
}

/*  used on pro.php page, to give user choice between reviewing by product or application */
h2 {
	font-family: "Times New Roman", Times, serif;
	color: Black;
	font-size: 20px;
	font-weight: normal;
}
/*  used in long description files as header tag */
h2.subtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
	font-weight: bold;
}
/* used for all category headers */
h3 {
	font-weight: normal;
	color: #990033;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*  used for specifications header and features header in product long description */
h3.specs {
	font-weight: normal;
	color: #CC3300;
}

h4 {
	font-weight: normal;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}


/* when you don't want spacing */
.caps{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

/* credits */
p.credit {
	font-size: 10px;
	color: White;
}

/* main-level side links */
p.link2 {
	font-size: 11px;
}

/* sub side links  */
p.link3 {
	font-size: 10px;
	font-weight: normal;
}
/* crumb */
p.crumb {
	font-size: 9px;
}
/* short description & long description product  text */
p.prohinc {
	font-size: 12px;
	font-weight: normal;
}

/* header text for proapp page -- type descriptor */
p.type {
	font-size: 16px;
	font-weight: bold;	
}
/* header text for proapp page -- product descriptor */
p.product {
	font-size: 16px;
	color: #333333;
}
 /*standard paragraph */
 p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* standard links with rollover action */
a:LINK {
	color: #660000;
	text-decoration: none;
}
a:HOVER {
	color: #660000;
	text-decoration: underline;
}
a:VISITED {
	color: #660000;
	text-decoration: none;
}
A:ACTIVE {
	color: #660000;
	text-decoration: underline;
}

/* credit links in bottom bar */
a.cr:LINK {
	color: White;
	text-decoration: none;
}
a.cr:HOVER {
	color: White;
	text-decoration: underline;
}
a.cr:VISITED {
	color: White;
	text-decoration: none;
	font-weight: normal;
}
a.cr.ACTIVE {
	color: White;
	text-decoration: underline;
}
.name {
	color: #990033;
	font-size: 15px;
	font-weight: bold;
}