body			
{ 
	margin: 0;
	padding: 0;
	color: black;	
	background-color: white;
	vertical-align: middle;
}

body table
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body table tr td
{
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

div.header
{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5em;
	padding-left: 30em;
	color: Gray;
	font-family: courier new;
	line-height: 1.2em;
}

div.header a
{
	color: Gray;
	font-family: courier new;
	text-decoration: none;
}

div.header a:hover
{
	text-decoration: underline;
}

div.body
{
	width: 100%;
	height: 436px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background-image: url('img/eye.jpg');
	background-position: right;
	background-repeat: no-repeat;
	font-family: Courier New;
	font-weight: bold;
}

div.mainmenu
{
	padding: 2em;
	margin-left: 3em;
}

div.mainmenu table
{
	margin-top: 4em;
	margin-left: 2em;
	width: 0;
	height: 0;
}

div.mainmenu table tr td
{
	padding: 0.5em;
	padding-right: 3em;
}

div.mainmenu table tr td a
{
	/*font-size: 14pt;*/
	font-weight: bold;
	color: Gray;
	text-decoration: none;
	text-transform: lowercase;
}

div.mainmenu table tr td a:hover
{
	text-decoration: underline;
	color: Black;
}

span.apreleva
{
	color: maroon;
	font-weight: bold;
	font-size: 24pt;
	font-family: Courier New;
	text-transform: uppercase;
}

div.bottom
{
    width: 100%;
	padding-top: 0;
	font-size: x-small;
	color: Gray;
	font-family: Courier New;
}

div.bottom img
{
	position: relative;
	top: 3px;
}

div.bottom, div.bottom a
{
	font-size: smaller;
	color: Gray;
	font-family: Courier New;
	text-decoration: none;
	text-transform: uppercase;
}

div.bottom a:hover
{
	text-decoration: underline;
	color: Black;
}

div.bottom table { width: 100%; height: 0; }

a:link.highlight { color: Maroon; }
