@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFF;
	margin-left: 14px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}




.bodyTxt{
	font-family: Courier, Courier New, monospace;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	line-height: 15px;
}

.heading{
	font-family: Courier;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	line-height: 15px;
	font-weight:bold;
}

.specialHeading{
	font-family: Courier;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-style: oblique;
	line-height: 15px;
}


a:link {
	text-decoration: none;
	color: #000000;
}

a:active { 
		text-decoration: none;
		color:#000; 
		background-color: #000;
}

a:visited { text-decoration: none; color: #000; }

a:hover { 
		text-decoration: none;
		color:#000; 
		background-color: #000;
		
}

hr {
  border: 0;
  width: auto;
  height: 1px;
  background-color:#000;
 margin-top: 0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:8px;
}

p {
margin-top: 4px;
}

