﻿html, body
{
	padding: 0px;
	margin: 0px;
}

body 
{
	background-color: #f0f0f0;
	font-family: Arial;
	font-size: 12px;
	padding-top: 20px;
}

.logo	
{
	text-align: center;
	padding: 0px;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	background-image: url(img/start/logobg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.main 
{
	padding-top: 20px;
	text-align: center;
}

.panels
{
	height: 100px;
	min-height: 100px;
	background-repeat: repeat-x;
	empty-cells: show;
	font-size: 10px;
	clear: both;
}

.upper 
{
	background-image: url(img/start/topPanel.jpg);
	background-position: center top;
	border-top: solid 20px #f0f0f0;
}

.lower
{
	background-image: url(img/start/bottomPanel.jpg);
	background-position: center bottom;
}

 div.link
{
    height: 24px;
    border-left: 6px solid #cccccc;
    padding-left: 3px;
    float: left;
}

img.go 
{
	float: left;
	padding-right: 45px;
}

div.link:hover
{
    border-left-color: #dc001b;
}

div.link a {
    color: Black;
    font-weight: bold;
    margin-right: 8px;
    text-decoration: none;
}

img {
    border: none;
}

.mainmenu 
{
	margin-left: 25px;
	vertical-align: middle;
}

.textbox 
{
    margin-top: 30px;
    margin-left: 40px;
    width: 1%;
    white-space: nowrap;
    text-align: right;
}