﻿body
{
	margin: 0;
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: #583a56;
	background-color: #C8E680;
	background-image: url(images/BackgroundAdulte.gif);
    padding: 50px;
    margin: auto 0;
}

tr, td
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: #583a56;
}

.InputField
{
	font-size: 8pt;
	font-family: Verdana, Tahoma;
}

.Title, tr.Title
{
	font-size: 12pt;
	text-align: center;
	color: white;
}

HR
{
	color: #BD5300;
	height: 1px;
}

.SmallTitle, tr.SmallTitle
{
	font-size: 8pt;
	font-weight: bold;
	color: #BD5300;
}

.Error
{
	color: Red;
	font-weight: bold;
}

A:active 
{
	color: #583a56;
	background: none;
}

A:hover, A:link
{
	color: #583a56;
	background: none;
}

A:visited
{
	color: #583a56;
	background: none;
}

A.Menu:active, A.Menu:link, A.Menu:hover, A.Menu:visited
{
	color: #583a56;
	text-decoration: none;
	background: none;
}

A.MenuOver:active, A.MenuOver:link, A.MenuOver:hover, A.MenuOver:visited
{
	color: #DEF0B5;
	text-decoration: none;
	background: none;
}

A.SubMenu:active, A.SubMenu:link, A.SubMenu:hover, A.SubMenu:visited
{
	color: black;
	text-decoration: none;
	background: none;
}

A.SubMenuOver:active, A.SubMenuOver:link, A.SubMenuOver:hover, A.SubMenuOver:visited
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	background: none;
}