body
{
	background-color : black;
}

td.getflash
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #fffad7;
	font-weight : bold;
}

td.getflash a
{
	color : #fffad7;
	text-decoration : none;
}

	td.getflash a:hover
{
	text-decoration : underline;
}

span#description
{
	font-size : xx-small;
	color : black;
}

/* Mailing List form style ***************************************************/
table#frmList
{
	background-color : #fffad7;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding : 20px;
}

h2#header
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bold;
	text-align : center;
}

h2#thankMessage
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bold;
	text-align : center;
	color: #fffad7;
}

td.required
{
	font-weight: bold;
}

input.field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input#firstName, input#lastName, input#address1, input#address2,
input#city, input#province, input#postalCode
{
	text-transform: uppercase;
}

span#errorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: 10pt;
	color: red;
}
/*****************************************************************************/
