body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}

.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #898785;
	text-decoration: none;
}

.language:hover {
	color: #000000;
}

.txtparagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #4C4C4C;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;
}

.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #4C4C4C;
	text-decoration: none;
	text-align: justify;
	line-height: 15px;
}

.txtnormal:hover {
	color: #000000;
	text-decoration: underline;
}

.txtnormalnojustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #4C4C4C;
	text-decoration: none;
	line-height: 15px;
}

.txtnormalnojustify:hover {
	color: #000000;
	text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}

.copyright:hover {
	color: #999999;
}

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
