/*****************************************************
 * Tim Brook
 * http://www.johnstillman.co.uk
 *
 * Client: John Stillman
 * Author: Tim Brook <http://www.timbrook.net>
 *
 * Date 10/2004	- Created
 *
 *****************************************************
 */

.inv
	{
	color: D3CECC;
	}

body 
	{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	background-color: #D2CECC;
	line-height: 15px;
	margin: 0px
	}

#content      
	{
	background-color: #D2CECC;
	margin-top: -210px;
	margin-left: -380px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 420px;
	visibility: visible
	}

a:link
	{
	color: #333333;
	text-decoration: none
	}
a:visited
	{
	color: #333333;
	text-decoration: none
	}
a:hover
	{
	color: #ffffff;
	text-decoration: none
	}