/* CSS Document */

/*********************************
** COMMON HTML TAG STYLE
*********************************/
body
{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	letter-spacing: 2px !important;
	
	width: 640px;
}

h3
{
	font-family: Helvetica, sans-serif;
}

img
{
	display: none;
	visibility: hidden;
}

div,
p
{
	font-size: 12px;
}

/*********************************
** CUSTOM TAG CLASS STYLE
*********************************/
.article-content
{
	color: #000000;
	font-size: 12px;
}

.article-title
{
	font-size: 14px;
	font-weight: bold;
}

.chapter-title-colored,
.chapter-title-white,

.column-right
{
	display: none;
	
	visibility: hidden;
}

/*********************************
** CUSTOM TAG OBJECT (ID) STYLE
*********************************/
#breadcrumb,
#footer
{
	color: #000000;
	font-size: 10px !important;
	
	padding-top: 20px;
}

#header-theme,
#top-bar,

#banner-booklet,
#banner-tenant-pdf,

#footer-nav
{
	display: none;
	
	visibility: hidden;
}

#qa-topic-title
{
	font-size: 24px;
}

#qa-question-title
{
	font-size: 14px;
	font-weight: bold;
}
