body
{
	background-color: #CFF;
	background-image: url(graphics/background.gif);
	background-repeat: repeat;
	margin: 20 0 0 0;
	background-attachment: fixed;
}

P {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	line-height: 14px;
}

TD.header
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #000;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	background-color: #FFC;
}

TD.content
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	line-height: 140%;
	background-color: #FFC;
}

.title
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.1em;
}

.LastNoodled
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height: 12px;
	letter-spacing: 0.1em;
}

.footer
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height: 12px;
}

.border1
{
	border-color: #FC6;
	border-width: 2px 2px 0px 2px;
	background-color: #CFC;
	border-style: dotted;
}

.border2
{
	border-color: #FC6;
	border-width: 2px 2px 2px 2px;
	background-color: #CFC;
	border-style: dotted;
}

A:link {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}

A:visited {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	text-decoration: underline;
}

A:hover {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

A.BIG:link {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

A.BIG:visited {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

A.BIG:hover {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

