p {
	margin: 0px;
}

body {
	background-color: #FBECCD;
	margin: 0px;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.white {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.blueselected {
	font-family: Arial;
	font-size: 10px;
	color: #7DA8D3;
	font-weight: bold;

	background-color: #FFFFFF;
}

.main {
	background-image: url("images/main.jpg");
	background-position: top center ;
	background-repeat: no-repeat;
}

.maintitel {
	font-family: Arial;
	font-size: 14px;
	color: #006EA4;
	font-weight: bold;
}

a:visited {  font-family: Arial; font-size: 12px; color: #046fb7; font-weight: normal; text-decoration: underline;}
a:link {  font-family: Arial; font-size: 12px; color: #046fb7; font-weight: normal; text-decoration: underline;}
a:active {  font-family: Arial; font-size: 12px; color: #046fb7; font-weight: normal; text-decoration: underline;}
a:hover {  font-family: Arial; font-size: 12px; color: #046fb7; font-weight: normal; text-decoration: none;}

a.menu:visited {  font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.menu:link {  font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.menu:active {  font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.menu:hover {  font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: underline;}

a.menu_on:visited {  font-family: Arial; font-size: 12px; color: #FBECCD; font-weight: bold; text-decoration: none;}
a.menu_on:link {  font-family: Arial; font-size: 12px; color: #FBECCD; font-weight: bold; text-decoration: none;}
a.menu_on:active {  font-family: Arial; font-size: 12px; color: #FBECCD; font-weight: bold; text-decoration: none;}
a.menu_on:hover {  font-family: Arial; font-size: 12px; color: #FBECCD; font-weight: bold; text-decoration: underline;}

a.submenu:visited {  font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.submenu:link {  font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.submenu:active {  font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.submenu:hover {  font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: underline;}

.input {
	font-family: Arial;
	font-size: 11px;
	
	color: #000000;
	background-color: #FFFFFF;

	border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    
    height: 18px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#ffffff', EndColorStr='#F6F6F6');
}

.button {
	font-family: Arial;
	font-size: 11px;

	color: #FFFFFF;
	background-color: #006EA4;

	font-weight: normal;

    border-bottom: #006EA4 1px solid;
    border-left: #006EA4 1px solid;
    border-right: #006EA4 1px solid;
    border-top: #006EA4 1px solid;

    cursor: hand;
    
    height: 20px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    text-align: center;
}