BODY {
	FONT: 13pt Comic Sans MS;
	color: #dec67d;
}

a:link		{
	color: #dec67d;
	text-decoration: none;
}

a:visited	{ color: #dec67d; text-decoration: none; }

a:active	{ color: #dec67d; text-decoration: none; }

a:hover		{
	color: Silver;
	text-decoration: none;
}

a.under:link		{
	color: #dec67d;
	text-decoration: underline;
}

a.under:visited	{ color: #dec67d; text-decoration: underline; }

a.under:active	{ color: #dec67d; text-decoration: underline; }

a.under:hover		{
	color: Silver;
	text-decoration: none;
}

a.white:link {
	color: White;
	text-decoration: underline;
}

a.white:visited {
	color: White;
	text-decoration: underline;
}

a.white:active {
	color: White;
	text-decoration: underline;
}

a.white:hover {
	color: #dec67d;
	text-decoration: underline;
}

.footer {
	font-size: 13px;
}

.button { 	background-image: url("images/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: Georgia, "Times New Roman", arial, sans-serif;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.buttonon { background-image: url("images/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY:  Georgia, "Times New Roman", arial, sans-serif;
		color: #666666;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.shadeform	{ FONT: 12px arial, verdana, sans-serif;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #666666 1px solid}
