﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: red;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #191970;
	background-color:Gray;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
    background-color:#f0f0f0;
    border-style:solid;
    border-color:white;
    border-width:2px;
}





/* 2 PAGE */

.LeftNavTD
{
    background-color:gray;
    border-style:solid;
    border-color:white;
    border-width:1px;
    
    }
.RightNavTD
{
    background-color:White;
    border-style:solid;
    border-color:white;
    border-width:1px;
    

}

.table
{
    border-style:solid;
    border-color:white;
    border-width:1px;
    
    
}


.TableContentBack
{
   background-color:White;
    
}    

.panel
{
    overflow:auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}
h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}


/* 3 FOOTER */


.footer {
    background-color:#f0f0f0;
    border-style:solid;
    border-color:white;
    border-width:1px;
}


