	body, html {
		height: 100%;
	} 
	
	body 
	{
		font-family			: Arial, Helvetica, sans-serif;
		font-size			: 11px;
		color				: #797575;
		padding				: 0;
		margin				: 0;
		text-align			: left;
		background-image	: url(/design/plain/images/bg2.gif);
		background-position	: top;
		background-position	: center;
		background-repeat	: repeat-y;
		background-color	: #fafbfd;
	}

	p
	{
		margin		: 10px 0px 10px 0px;
	}

	a
	{
		text-decoration	: none;
		color			: #6595A1;
	}
	
	a:hover
	{
		text-decoration	: underline;
		color			: #6595A1;
	}
	
	#contactiphone
	{
		display:none;
	}