html, body {
	height: 100%;         /* required */
}
body {
}
div#distance { 
	margin-bottom: -250px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 500px;         /* required - desired height */
	width: 800px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

	
body, td 
	{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	}


.heading{		
	font-family: Arial, sans-serif; 
	font-size: 18px; 
	color: #000000;
	}

.smalllink
	{
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-decoration: underline;
	}

.smalllink:hover
	{
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-decoration: none;
	}

a
	{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover
	{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #062F3A;
	text-decoration: none;
	font-weight: bold;
	}

.link2
	{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
	
	}

.link2:hover
	{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #062F3A;
	text-decoration: none;
	
	}



.divscroll	{
	overflow: auto;
	}


.divinner	{
	padding:10px;
	text-align: justify;
	}

