﻿body, html {height:99%;}

body 
{
	 background-color:black;
	 font-family:Arial;
}

h1
{
	font-size:12pt;
	color:White;
}

.mainTable
{
	height:500px;
	width:800px;
	min-height:500px;
	min-width:800px;
	max-height:500px;
	max-width:800px;
	
    background-color:#ACAAA8;
    background-image:url(../images/background.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    
    padding:0 0 0 0;
    
    border:solid 2px #F26821;
}

.contentRow
{
	height:360px;
	min-height:360px;
	max-height:360px;
}

.contentCell
{
	font-size:9pt;
	vertical-align:top;
	text-align:left;
}

.footerRow
{	
	height:100px;
	min-height:100px;
	max-height:100px;
}

.logoCell
{
	width:200px;
	min-width:200px;
	max-width:200px;
	
	vertical-align:bottom;
	text-align:left;
}

.navCell
{
	width:560px;
	min-width:560px;
	max-width:560px;

	
	vertical-align:bottom;
	text-align:right;
	font-size:12pt;
}

a
{
	color:White;
	text-decoration:none;
	cursor:pointer;
}

a:hover
{
	color:#F26821;
}

.largeText
{
	font-size:12pt;
}

.orangeText
{
	color:#F26821;
}

.highRow
{
	height:40px; 
	vertical-align:bottom;
}


.img_mainpage
{
	border: 2px solid #F26821;
	padding: 4px;
}

.span_maintitle
{
	border-bottom: 2px solid #F26821;
	width: 100%;
	font-size: 12pt;
	font-style: italic;
	color: #FFFFFF;
}


.span_maintext
{
	padding-right: 10px;
	padding-left: 10px;
	text-align:justify;
}


.span_maintextL
{
	padding-left: 10px;
}

.border_orange
{
	border-width:1px; 
	border-color:#F26821; 
	border-style:solid;
}

.divShow
{
	display:block;
}

.divHide
{
	display:none;
}

.popupimage
{
    border:solid 5px #f26b21;
}