/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/Shading.jpg);
	background-repeat: repeat-x;
}
.DefoltText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
}
.NaviWhiteText {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blackHederText {

	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.TblBorder {
	border: 1px solid #333333;
}
.DefoltTextBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
}
.footer_link{
	color:#333333;
	text-decoration:none;
}
.footer_link:hover {
	color:#000000;
	text-decoration:underline;
}