﻿.body
{
	margin:0px;
	background: url(images/bck_ul.jpg) no-repeat top left;
}
.content
{
	font-family:"Century Gothic";
	font-size: 10pt;
	color:black;
}
.link
{
	color: #008ddb;
	text-decoration: underline;
}
.title
{
	font-size:14pt;
	color:#008DDB;
}
.footer
{
	font-family:"Century Gothic";
	font-size: 8pt;
	color:black;
	width:950px;
	text-align:right;
}
table.menu
{
    color: #000000;
    font-family:"Century Gothic";
    font-size:12pt;
}
td.menu
{
}
.menu a
{
	text-decoration: none;
	color: #000000;
}
.menu a:hover
{
	color: #000000;
}
table.submenu
{
    color: #000000;
    font-family:"Century Gothic";
    font-size:11pt;
}
td.submenu
{
	border:1px silver solid;
	padding:3px;
}
a:link.submenu
{
	text-decoration: none;
	color: #000000;
	font-family:"Century Gothic";
	font-size:10pt;	
}
a:hover.submenu
{
	text-decoration: none;
	color: #000000;
	font-family:"Century Gothic";
	font-size:10pt;	
}
a:visited.submenu
{
	text-decoration: none;
	color: #000000;
	font-family:"Century Gothic";
	font-size:10pt;	
}
div.menuHide
{
	display: none;
	position: static;
}
div.menuShow
{
	display: block;
	position: absolute;
	background-color: #ffffff;
	z-index: 10000;
}