@charset "UTF-8";
/* CSS Document */


.centered {
	text-align: center;
}
.contentCells {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: none;
}
.pageTitle {
	font-size: 36px;
	color: #006;
}
.intro {
	color: #006;
}
.prodTitle {
	font-size: 18px;
	font-weight: bold;
}
.prodDesc {
	color: #666;
	font-size: 12px;
}
.footer {
	text-align: center;
	font-size: 12px;
	color: #999;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #C00;
}
.smallLink {
	font-size: 12px;
}
.smallComment {
	text-align: left;
	font-size: 12px;
	color: #666;
}
.smallBlue {
	font-size: 12px;
	color: #006;
}
