/* CSS Document */


#login table
{
	text-align: center;
	/*font-weight:bold;*/
}


#login a
{
	text-decoration: none;
	font-weight: normal;
	color : #696969;
	font-size: 10px;
	text-decoration:underline;
}

#login a:hover
{
	color: #FF8151;
}