/* STYLES FOR SCREEN & PRINT */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
}

/* MISC */
img {
	border: 0;
}
/* MISC */
.productImage img {
	border: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* CSS FIXES */
.ie5 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* TEXT */
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #005dab;
}
h2 {
	margin: 0;
	font-size: 14px;
}
h3 {
	margin: 0;
	padding-top: 10px;
	font-size: 11px;
}
p {
	line-height: 20px;
}

/* LAYOUT */
#tblBody_cellBody {
	text-align: left;
}

/* Common LINKS */
a:link { 
	color: #005dab;
	}
a:visited { 
	color: #005dab;
	}
a:hover { 
	color: #005dab;
	text-decoration: underline;
	}
a:active { 
	color: #005dab;
	}
	
/* PRODUCT LINKS */
.porductLink a:link { 
	color: #414141;
	font-size: 12px;
	}
.porductLink a:visited { 
	color: #414141;
	font-size: 12px;
	}
.porductLink a:hover { 
	color: #414141;
	font-size: 12px;
	text-decoration: underline;
	}
.porductLink a:active { 
	font-size: 12px;
	color: #414141;
	}
	/* PRODUCT LINKS LEARN MORE */
.porductLinkLearn a:link { 
	color: #005dab;
	font-size: 10px;
	}
.porductLinkLearn a:visited { 
	color: #005dab;
	font-size: 10px;
	}
.porductLinkLearn a:hover { 
	color: #005dab;
	font-size: 10px;
	text-decoration: underline;
	}
.porductLinkLearn a:active { 
	font-size: 10px;
	color: #005dab;
	}
/* NEWS LINKS */
a.news:active {
	color : #FFFFFF;
	font-size: 10px;
	text-decoration : underline;
}
a.news:link {
	color : #FFFFFF;
	text-decoration : none;
	font-size: 10px;
	text-decoration : underline;
}
a.news:visited {
	color : #FFFFFF;
	font-size: 10px;
}
a.news:hover {
	color : #FFFFFF;
	text-decoration : underline;
	font-size: 10px;
}
