html
	{
	overflow-y: scroll;
	overflow-x: auto;
	}

html, body
	{
	margin:0;
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: verdana;
	text-align: center;
	height: 100%;
	}

A:link
	{
	color: #C0C0C0;
	font-size: 10pt;
	text-decoration: none;
	}

A:visited
	{
	color: #C0C0C0;
	font-size: 10pt;
	text-decoration: none;
	}

A:active 
	{
	color: #C0C0C0;
	font-size: 10pt;
	text-decoration: none;
	}

A:hover
	{
	text-decoration: underline;
	}

embed
	{
	margin: 0px;
	}

object
	{
	margin: 0px;
	}

ul
	{
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}

form
	{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

.WholePage
	{
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 770px;
	overflow-x: hidden;
	background-color: #000000;
	display: table;
	}

.Middle
	{
	width: 65%;
	display: inline-table;
	vertical-align: Top;
	float: left;
	text-align: justify;
	}

.Side
	{
	width: 35%;
	display: inline-table;
	vertical-align: Top;
	float: right;
	text-align: center;
	}

.Full
	{
	width: 100%;
	vertical-align: Top;
	}

.DivTopNew
	{
	height: 20px;
	overflow: hidden;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	background-color: #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	color: #000000;
	background-image: url('../images/divtopnew.gif');
	background-repeat: repeat-x;
	margin-top: 10px;
	}

.DivTop
	{
	height: 20px;
	overflow: hidden;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	background-color: #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	color: #000000;
	background-image: url('../images/divtop.gif');
	background-repeat: repeat-x;
	margin-top: 10px;
	}

.DivTop span, .DivTopNew span
	{
	color: #404040;
	float: right;
	}

.DivContent
	{
	background-color: #404040;
	border-top: none;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	}

.BottomPage
	{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	}

.Separation
	{
	background-image: url('../images/linehalf.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	}

.AlignLeft
	{
	text-align: left;
	}

.FFMiddleDiv div
	{
	height: 200px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 5px;
	border: 1px solid #000000;
	}
