@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-weight: normal;
	text-align: justify;
	font-size:12px
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contact {
	text-align: right;
}
.link {font-size:12px;}
.link a:link {
	color:#000;
	text-decoration: none;
}
.link a:visited {
	color:#000;
	text-decoration: none;
}
.link a:hover {
	color:#00F;
	text-decoration: underline;
}
.link a:active {
	color:#000;
	text-decoration: none;
}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.heading3 a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.heading3 a:hover{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.image {
	text-align: center;
}