/* CSS Document - Helicopter View - special.css */
	.light_border
		{
			border					: 1px solid black;
		}
	.light_border_topnbottom
		{
			border-top					: 1px solid black;
			border-bottom				: 1px solid black;
		}
	.dotted_top
		{
			border-top					: 1px dotted black !important;
			border-top					: 1px solid #bbbbbb;			
		}
	.dotted_bottom
		{
			border-bottom				: 1px dotted black !important;
			border-bottom				: 1px solid #bbbbbb;			
		}
	.padded 
		{
			padding: 10px 0px 0px 0px;
		}
	.head_image
		{
			vertical-align			: middle;
			width					: 460px;
			height					: 290px !important;
			height					: 290px;
		}
	.smaller
		{
			font-size				: smaller;
		}
	.smallest
		{
			font-size				: 67%;
		}
	.gray
		{
			color					: #dddddd;
		}
	.right
		{
			text-align				: right;
		}
	.justify
		{
			text-align				: justify;
		}
	img
		{
			margin:0px;
		}
