#mainContent h1 {
	font-size: 120%;
	color: #0679BA;
}
#mainContent h2 {
	font-size: 105%;
	font-weight: bold;
	color: #3d3d3d;
	margin-bottom: 6px;
}
#mainContent h3 {
	font-size: 100%;
	font-weight: bold;
	color: #4C6500;
}
#mainContent div {
	padding:10px;
}
#mainContent p {
	font-size: 90%;
	line-height: 16px;
	color: #3D3D3D;
	margin-bottom: 12px;
}
#mainContent ul {
	list-style-position: inside;
	margin-bottom: 12px;
}
#mainContent li {
	color: #3D3D3D;
	font-size: 90%;
	line-height: 20px;
	margin-bottom: 6px;
}

#mainContent td {
	font-size: 90%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #3D3D3D;
}
#mainContent  thead td {
	font-weight: bold;
	padding: 3px;
}
#mainContent tbody td {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

#subContent h2 {
	font-size: 90%;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	line-height: 20px;
}
#subContent p {
	margin-bottom: 12px;
}

#subContent .article {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3D3D3;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 6px;
	float:right;
}
#subContent .article h3 {
	font-size: 80%;
	font-weight: bold;
}
#subContent .article p {
	font-size: 75%;
	color: #3D3D3D;
	line-height: 16px;
}
#subContent .article a {
	color: #0679BA;
	text-decoration: none;
}
#subContent .article a:hover {
	text-decoration: underline;
}
 a {
	color: #0679BA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#subContent ul {
	list-style-type: none;
	font-size: 80%;
}
#subContent li a {
	color: #0679BA;
	text-decoration: none;
}
#subContent li a:hover {
	text-decoration: underline;
}
p.placeholder {
	color: #FFFFFF;
	background-color: #D3D3D3;
	display: block;
	padding: 2px;
	font-weight: bold;
}

.displayProductCategory {
	float:left;
	padding:5px;
	margin:5px;
	font-size:0.7em;
	align:center;
	text-align:center;
}