*
{
	font-family:		sans-serif;
}

body
{
	background-color:	#707070;
	font-size:			13px;
}

a
{
	color:				white;
	font-weight:		bold;
	text-decoration:	none;
}

a:hover
{
	text-decoration:	underline;
}

.login_table
{
	width:				400px;
	background-color:	#c6dc00;
	border-color: 		black;
	border-style: 		solid;
	border-width: 		1;
	padding: 			0;
}

td
{
	text-align:			center;
	padding:			4pt;
}

.login_table_title
{
	color:				white;
	background-color:	black;
	text-align:			center;
	font-variant:		small-caps;
	font-weight:		bold;
}

.login_table_message
{
	text-align:			center;
	font-weight:		bold;
}