A
{
	font-family: Verdana, Arial, Sans-Serif;
}
A.MenuItem
{
	font-weight: bold;
	font-size: 7pt;
	color: White;
	background-color: #990000;
	text-decoration: none;
	height: 10pt;
}
A:hover.MenuItem
{
	color: Yellow;
}
A:hover.Logout
{
	background-color: #E0E0E0;
}

TR.MenuBar
{
	height: 8pt;
	background-color: #990000;
}

DIV.divLoginRouter
{
	width: 600;
	height: 1;
	display: block;
}

DIV.divLogin
{
	width: 600;
	height: 180;
	background-color: #c0c0c0;
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
	display: block;
}

DIV.divRegister
{
	width: 600;
	height: 180;
	background-color: #add8e6;
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
}

DIV.divReset
{
	width: 600;
	height: 180;
	background-color: #fffacd;
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
}

DIV.divChangePassword
{
	width: 100;
	height: 180;
	background-color: #fffacd;
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
}

.Logout
{
	border-right: black 1px solid;
	padding-right: 20px;
	border-top: black 1px solid;
	padding-left: 20px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	padding-top: 2px;
	border-bottom: black 1px solid;
}
