body	{font-family:verdana;font-size:10pt;background:#ffff66}

td.blu	{font-family:verdana;font-size:10pt;color:white;background:#0000ff}

a.forgetmenot
{
	font-size:24px;
	color:blue;
	font-weight: bold;
	

}
div.forgetmenot
{
	text-align: center;

}

/* login */
form
{
	width:300px;
	margin-left:400px;
	margin-top:20px;

	
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	float:right;
	vertical-align: bottom;
}

.error-message {
	font-weight:bold;
	font-size:14pt;
	color:red;
}
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table
{
	clear: both;
	width:auto;

}
td	{
	font-family:verdana;
	font-size:10pt;
	background:#f2f2f2;
	padding:3px; 
	t
th	{
	font-family:verdana;
	font-size:12pt;
	background:#f2f2f2; 
	padding:3px; 
	
	}

