﻿body 
{
	background-color:black;
	margin:0px;
	padding:0px;
	text-align:center;
}

	div.top
	{
		width:800px;
		height:120px;
		text-align:left;
		padding-left:60px;
		padding-top:30px;
	}
	div.topText
	{
		width:800px;
		height:25px;
		text-align:center;
		margin-bottom:15px;
	}
		h1.topText,
		h1.topTextRight,
		h1.topTextLeft,
		h1.topTextSelected,
		h1.topTextSelectedRight,
		h1.topTextSelectedLeft
		{
			color:#BABABA;
			font-family:Verdana;
			font-size:10pt;
		}
			H1.topText:hover, 
			H1.topTextRight:hover,
			H1.topTextLeft:Hover
			{
				color:White;
			}
			
		h1.topText,
		h1.topTextLeft,
		h1.topTextSelected,
		h1.topTextSelectedLeft
		{
			border-right-style:solid;
			border-right-color:#BABABA;
			border-right-width:1px;
			padding-right:50px;
		}

		h1.topText,
		h1.topTextRight,
		h1.topTextSelected,
		h1.topTextSelectedRight
		{
			padding-left:50px;
		}
		
		h1.topTextSelected,
		h1.topTextSelectedRight,
		h1.topTextSelectedLeft
		{
			color:#E3A869
		}
		
		table.topText
		{
			padding:0px;
			margin:0px;
		}
	
	div.bodyTopImage
		{
			width:802px;
			height:152px;
		}
		
	div.bodyMiddle
	{
		width:800px;
		height:200px;
		text-align:left;
		padding-top:10px;
	}
	
	table.bodyMiddle
	{
		border-collapse:collapse;
		border-spacing:0px;
		height:100%;
	}
	
		td.bodyMiddle1
		{
			width:300px;
			background-color:#1C1C1C;
		}
		
		td.bodyMiddle2
		{
			width:10px;
		}
		
		td.bodyMiddle3
		{
			width:490px;
			background-color:#141414;
			vertical-align:top;
			padding-top:10px;
			padding-right:10px;
			text-align:right;
		}
		
		p.titleTextGray,
		p.grayText
		{
			color:#808080;
		}
		
		p.titleTextGray
		{
			font-family:Arial narrow;
			font-size:14pt;
		}
		
		span.titleText
		{
			font-family:Arial narrow;
			font-size:14pt;
			color:White;
		}
		
		span.whiteText
		{
			font-family:Arial Narrow;
			font-size:12pt;
			color:White;
		}
		p.grayText
		{
			font-family:Arial narrow;
			font-size:12pt;	
		}
		
	div.bodyBottom
	{
		width:800px;
		height:315px;
		border-bottom-style:dashed;
		border-bottom-color:#707070;
		border-bottom-width:1px;
		color:White;
		padding-top:10px;
	}
	
		table.bodyBottom
		{
			width:800px;
			height:240px;
			padding-bottom:10px;
		}
			
			td.bodyBottom1
			{
				border-right-style:dashed;
				border-right-width:1px;
				border-right-color:#707070;
			}