 /* Monotone Stylesheet © Peter Whiting/www.pdwhiting.co.uk 2004 */

	body    {
		font-family: arial, serif;
		font-weight: normal;
           	font-style: normal;
		font-size: 14px;
		color: #696969;
		text-align: center;
		margin-left: 15px;
           	margin-right: 15px;
           	margin-top: 20px;
           	margin-bottom: 20px;
           	scrollbar-face-color: #888888;
           	scrollbar-arrow-color:#000000;
           	scrollbar-track-color: #333333;
           	scrollbar-shadow-color: #333333;
           	scrollbar-highlight-color: #FFFFFF;
           	scrollbar-3dlight-color: #888888;
           	scrollbar-darkshadow-color: #000000;
		}

	p	{
           	font-family: arial, serif;
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
           	color: #000000;
		}

		a		{text-decoration: none;}
		a:link		{color: #FFFFFF;}
		a:visited	{color: #FFFFFF;}
		a:hover		{color: #999999;}
		a:active	{color: #FFFFFF;}

	hr	{
		color: #000000;
		}

	img	{
		border-color: #663399;
           	border-style: solid;
		border-width: 0px;
		margin-left: 0px;
           	margin-right: 0px;
		}

img.thumbnail	{
		border-color: #663399;
           	border-style: solid;
		border-width: 0px;
		margin-top: 0px;
           	margin-bottom: 0px;
		margin-left: 4px;
           	margin-right: 4px;
		}

	h1	{
           	font-family: arial, serif;
		font-weight: normal;
           	font-style: normal;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		margin-left: 0px;
           	margin-right: 0px;
           	margin-top: 0px;
           	margin-bottom: 0px;
		}
           
	h2	{
           	font-family: arial, serif;
		font-weight: bold;
           	font-style: normal;
		font-size: 16px;
		color: #000000;
		text-align: center;
		margin-left: 0px;
           	margin-right: 0px;
           	margin-top: 0px;
           	margin-bottom: 0px;	
		}
           
	h3	{
		font-family: arial, serif;
		font-weight: bold;
           	font-style: normal;
		font-size: 14px;
		color: #000000;
		text-align: center;
		margin-left: 0px;
           	margin-right: 0px;
           	margin-top: 0px;
           	margin-bottom: 0px;	
		}

input		{
		background: #000000;
		font-family: arial, serif;
		font-weight: normal;
           	font-style: normal;
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
		vertical-align: middle;
           	border-color: #888888;
           	border-style: inset;
		border-width: 2px;
		padding: 0px;
		width: 175px;
		height: 21px;
		}

textarea	{
		background: #000000;
		font-family: arial, serif;
		font-weight: normal;
           	font-style: normal;
		font-size: 14px;
		color: #FFFFFF;
		vertical-align: top;
           	border-color: #006699;
           	border-style: inset;
		border-width: 2px;
		}