/* CSS Document */
body
{
	background: #A3A3A3;
	margin: 0px;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.lowerlink A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.lowerlink A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.lowerlink A:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.lowerlink A:hover
{
	color: #FFFFFF;
	cursor: hand;
	text-decoration: none;
}
	A:link
		{
			color: #cc3333;
			text-decoration: none;
		}
	A:visited
		{
			color: #cc3333;
    		text-decoration: none;
		}
	A:active
		{
			color: #cc3333;
			text-decoration: none;
		}
	A:hover
		{
			color: #FF0000;
			cursor: hand;
			text-decoration: none;
		}