body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clip: rect(0px,auto,0px,auto);
	background-color: #666666;
}
.lineBottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.contentBg {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}
.image {
	padding: 5px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}