﻿body
{
	height: 100%;
	font-size: 12px;
	color: black;
	font-family: Arial, Sans-Serif;
	background-color: #F7F7F7;
	margin: 0px 0px 0px 0px;
}
table
{
	border-collapse: collapse;
}
label
{
	font-size: 12px;
	color: White;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}
#loginTable
{
	border: 1px #999999 solid;
	border-collapse: collapse;
	width: 400px;
	margin-top: 150px;
	background-color: White;
}
#loginTable td
{
	font-size: 12px;
	color: black;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

#loginTable span
{
	font-size: 12px;
	color: black;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
}



input
{
	font-size: 12px;
	color: black;
	font-family: Arial, Sans-Serif;
	padding:2px 8px 0px 3px;
	height: 19px;
	border: 1px solid #666666;
	background-color: #FFF;
	margin-top: 3px;
}

img
{
	cursor: pointer;
	border-color: #A0A0A0;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin-left: 6px;
	width: 120px;
}

a
{
	font-weight:bold;
	color:Black;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	color: Red;
	text-decoration: none;
}