body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

TD, P {
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	text-align:justify
}

.pageheader {
	font-size: 20px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;

}

.sidebartext1
 {
	font-size: 12px;
	color: #CC1A1A;
	font-style: italic;
	font-weight: bold;
	text-align:left;
	padding-left: 5px;	
}

.sidebartext2
 {
	font-size: 10px;
	color: #831433;
	font-style: italic;
	font-weight: bold;
	text-align:left;
	width: inherit;
	padding-left: 5px;
}
.title {
	font-size:14px;
	font-weight:bold;
	color: #FF0;
	font-style: italic;
	letter-spacing: normal;
	text-indent: 5px;
}

.titlefaq {
	font-size:12px;
	font-weight:bold;
	color: #FF0;
	font-style: italic;
	letter-spacing: normal;
	text-indent: 5px;
}

.arttitle {
	font-size:14px;
	font-weight:bold;
	color: #FC291F;
	font-style: italic;
	letter-spacing: normal;
	text-indent: 5px;
}

.error {
	font-size:13px;
	font-weight:bold;
	color: #F00;
	font-style: italic;
	letter-spacing: normal;
	text-indent: 5px;
}

.time {
	text-align: center;
	margin-top: 110px;
}
