BODY
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white;
		background-repeat: no-repeat;
		margin:0;
}
TABLE
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
TR.EvenRow
{
	BACKGROUND-COLOR: #ffffff;
}
TR.OddRow
{
	BACKGROUND-COLOR: #f6f2f0;
}
TD.EvenCell
{
  FONT-SIZE: 8pt;
	BACKGROUND-COLOR: #ffffff;
}
TD.OddCell
{
  FONT-SIZE: 8pt;
	BACKGROUND-COLOR: #f6f2f0;
}

A:link
{
    COLOR: #CC9933;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #996633;
    TEXT-DECORATION: underline
}
textarea.contentArea {
	width: 50em;
	height: 20em;
	padding: .4em;
	margin: 2em;
}
.formButton
{
	color: #8A543A;
	border:1px solid #8A543A; 
	background-color: #fff8e8;	
	font-weight: bold;
}
.formButtonOver
{
	color: #8A543A;
	border:1px solid #8A543A; 
	background-color: #fff8e8;	
	font-weight: bold;
}

.white
{
    color: white;
}
.small
{
    FONT-SIZE: 8pt;
}
.bold
{
	font-weight: bold;
}