﻿Body
{
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	vertical-align: top;
}

br
{
	font-size: 10px;
}

a:link, a:hover, a:visited, a:active
{

}

.Layout
{
	width: 950px;
}

.FullScreen
{
	width: 990px;
	height: 600px;
}

.Navigate
{
	position: relative;
	z-index: 200;
    text-align : left;
	font-weight: bold;
	line-height: 25px;
	background-color: #ffffff;
	filter:alpha(opacity=75); /* msie */  
	-moz-opacity: 0.75; /* firefox 1.0 */  
	-khtml-opacity: 0.75; /* webkit */  
	opacity: 0.75; /* css 3 */  
}

.Middle
{
	height: 530px;
	vertical-align: top;
}

.Footer
{
	text-align: center;
	line-height: 25px;
	font-size: 7pt;
}

.Footer a, .Footer a:link, .Footer a:active, .Footer a:hover, .Footer a:visited
{
	color: Black;
	text-decoration: none;
}

/* a,  a:link,  a:active,  a:hover,  a:visited
 {
	color: Black;
	text-decoration: none;		
 }*/