<!--
*
{ 
	font-family: Verdana;
	font-size: 8.5pt; 
}
a
{
	color: blue;
}
a:hover
{
	text-decoration: none;
	color: blue;
}
a:active
{
	color: red;
}
#head
{
	color: #EFEFEF;
	font-size: 9pt; 
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
	border-bottom: 1px solid black;
	background-image: url("images/headBg.gif");
}

#menue
{
	height: 25px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-image: url('images/line.gif');
	background-repeat:no-repeat;
	background-position:0px 24px;
}

#main
{
	padding: 5px;
}

#bottom
{
	height: 15px;
	color: #B9B9B9;
	font-size: 6.5pt; 
	padding-left: 5px;
	background-color: #002E83;
}

#box
{
	border-right: 1px solid #000000;
	border-left: 1px solid #373737;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #000000;
	background-color: white;
}

.copyright
{
	color: silver;
	font-size: 7pt; 
}

.button
{
	padding: 2px 5px 3px;
}

//-->