﻿/* STANDARD TAG REDEFINITIONS */
BODY
{
	color: Blue; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background-color: Black; 
	margin: 0; 
	padding: 0; 
	background:#3A6EA5;
	}
TD 
{
	font-size: 10pt;  
	}
.TableBg{
	width: 95%;
	background-color:silver;
	color: black ;
}
.TableBg.Alt{
	width: 95%;
	background-color:ButtonShadow;
	color:white  ;
}


p 
{
	font-size: 10pt;  
	margin-bottom: 4px; 
	margin-top: 0; 
	}
	
.ul a
{
	color: black; 
	text-decoration: none; 
	font-weight:bold;
	}
	
.ul a:hover
{
	text-decoration: none;  
	color: #f9f6e5;
	}

form
{
	margin:0;
	}

#HEADER
{
	width:760px; 
	margin-left:auto; 
	margin-right:auto;
	margin-top: 0;
	
	}
	
#HEADER ul
{
	margin: 0; 
	padding-left: 0; 
	height: 44px; 
	line-height: 44px; 
	display: block; 
	background-color: #f9f6e5; 
	background-image: url; 
	background-repeat: no-repeat;
	list-style-type: inherit;
	list-style-position: inherit;
}
	
#HEADER li
{
	display: inline; 
	background-color: #f9f6e5;  
	float: right;  
	font-weight:bold ;
	}
	
li a
{
	text-decoration:none ;
	height: 44px; 
	line-height: 44px; 
	display: block; 
	padding-left: 24px; 
	padding-right: 24px; 
	border-left: 1px solid Black;  
	float: left;     
	}
	
#HEADER li a:hover
{
	background-color: #3a6ea5; 
	text-decoration: none;
	color:white;
	font-weight: bold ;

	}
	
#HEADER .Visual
{
	height:130px; 
	background-image: url(bg_visual.jpg);  
	background-repeat: no-repeat;  
	background-color: #f9f6e5;  
	border-top: 3px solid Black;   
	}
h1
{ 
	margin: 0; 
	padding: 0 0 0 0; 
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; 
	font-weight: normal; 
	letter-spacing: .005em; 
	color: White;  
	font-size: 20pt;  
	}

#CONTENT
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
h2
{ 
	margin: 0; 
	padding: 10px 0 7px 10px; 
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; 
	font-weight: normal; 
	letter-spacing: .005em; 
	color: White; 
	font-size: 15pt; 
	}
h3
{
	color:black;
}	
#TEXT
{ 
	padding: 20px 40px 20px 40px; 
	border-bottom: 1px solid #484848; 
	border-top: 1px solid #484848; 
	background-color: #f9f6e5; 
	height: inherit ;
	text-align: justify ;
	}
#TEXT p
{	
	margin-bottom: 0em;
}

#FOOTER
{	
	width:760px; 
	margin-top:27px; 
	margin-left:auto; 
	margin-right:auto;  
	border-top: 4px solid #363636;  
	text-align: right;  
	padding-top: 5px;   
}
#FOOTER p
{ 
	font-size: 11px; 
	line-height: 14px; 
	margin: 0;  
	color: #DDDDDD; 
}
#FOOTER a
{ 
font-size: 11px;	
font-weight: normal;	
text-decoration: none;  
color: White;    
}
#FOOTER a:hover
{ color: white; 
text-decoration: underline; 
}


