﻿.noformButton
{
	display: none;
}
.formButton
{
	color: white;
	background-color: #09598c;
	text-decoration: none;
	padding: 1px 5px;
	font: 14px Arial;
	border: solid 2px #084f7d;
}
.formButton:hover
{
	background-color: #921a1c;
	border: solid 2px #841719;
	font-weight: bold;
	cursor:pointer;
}
.signupButton
{
	background-color: #263573;
	color: White;
	padding: 2px;
	border: solid 1px white;
	font-style: italic;
	margin-left: 10px;
}
.signupButton:hover
{
	font-weight: bold;
	background-color: #212f66;
	cursor: pointer;
}
.logoutButton
{
	float: right;
}
.logoutButton:hover
{
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
}
.command
{
	text-align: right;
	height: 30px;
}
.command a
{
	color: white;
	background-color: #09598c;
	text-decoration: none;
	padding: 3px 5px;
	font: 14px Arial;
	border: solid 2px #084f7d;
}
.command a:hover
{
	background-color: #921a1c;
	border: solid 2px #841719;
	font-weight: bold;
	cursor:pointer;
}
