/* CSS Document */

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		color: #333;
		background: #cccccc;
	}
	
	#wrap {
		width: 800px;
		margin: auto auto auto auto;
		text-align: left;
		background: #FFFFFF;
		font-family: "helvetica";	
		font-size:2;
		}
		
	#menu
	{
		font-size:10;	
	}
	
	#quote
	{
		font-size:10;		
	}

	#title
	{
	font-size:12;
	font-weight: bold;

	}

	#main-text
	{
		font-size:12;		
		text-align: justify;
	}

	#client-table
	{
	font-size:10pt;
	border: 1px none #CCCCCC;

	}


A:link {color: #F20017; text-decoration: none;}
A:visited {color: #F20017; text-decoration: none;}
A:active {color: #F20017; text-decoration: none;}
A:hover { color: #000000; text-decoration: none;}
.menuItemSelected {
	color: #000000;
}
