/* $Id: gsutter.css,v 1.3 2003/03/21 09:32:54 gsutter Exp $
*/

body	{
	margin-top:		30px;
	margin-left:		30px;
	margin-right:		30px;
	margin-bottom:		30px;
	padding-top:		0;
	padding-left:		0;
	padding-right:		0;
	padding-bottom:		0;
	border-top:		1px;
	border-left:		1px;
	border-bottom:		1px;
	border-right:		1px;
	}

body,td	{
	background-color:	#ffffff;
	color:			#000000;
	width:			auto;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-style:		normal;
	font-weight:		normal;
	font-size:		medium;
	}

.sans	{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	}

.serif	{
	font-family:		"New Century Schoolbook","Book Antiqua",
				Palatino,"Times Roman",serif;
	}

.small	{
	font-size:		x-small;
	}

td.alert	{
	background-color:	#b0f0ef
	}


h1	{
	font-size:		2em;
	font-weight:		bold;
	}

h2	{
	font-size:		1.5em;
	font-weight:		bold;
	}

h3	{
	font-size:		1.2em;
	font-weight:		bold;
	}

h4	{
	font-size:		1.2em;
	}

pre,code,tt	{
	font-family:		"Lucida Console", "Lucida Typewriter",
				"OCR A Extended", Courier, fixed;
	white-space:		pre;
	}

a	{
	text-decoration:	none;
	}

a:link	{
	color:			#bb6655;
	}

a:visited	{
	color:			#336655;
	}

a:active	{
	color:			#ffffff;
	}

a:hover	{
	color:			#aa3366;
	}

a.offsite	{
	}

img	{
	border-width:		0;
	}




