/* CSS Document */

A:link	{
	color: #CCFFFF;
	text-decoration: underline;
	}

A:visited
	{
	color: #CCCCCC;
	text-decoration: underline;
	}

A:hover 
	{
	color: #ff00ff;
	text-decoration: none;
	}


A:active
	{
	color: #ffffff;
	text-decoration: none;
	}

html	{
		height: 100%;
		}

body	{
		height: 100%;
		background-color: #ffffff;
		font-family: Arial, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		font-weight: normal; 
		font-variant: normal; 
		color: #A9A6A3;
		text-decoration: none; 
		text-align: left;
		margin: 0px;
		}
		
table	{
		vertical-align: center;
		}
		
td		{
		vertical-align: center;
		}



