BODY
{
	background-color : #BE2825;
	color : #000000;
	font-size: 10pt;
	font-family: Arial;
	margin: 0px;
}

BODY.normal
{
	font-size: 10pt;
	font-family: Arial;
	margin: 0px;
	color : #999999;
	background-color : #333333;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: URL(../gfx/back.gif);
	background-position: bottom right;
}

BODY.empty
{
	font-size: 10pt;
	font-family: Arial;
	margin: 0px;
	color : #999999;
	background-color : #333333;
}


BODY.inverse
{
	font-size: 10pt;
	font-family: Arial;
	margin: 0px;
	color : #222222;
	background-color : #AAAAAA;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: URL(../gfx/back.gif);
	background-position: bottom right;
}


BODY.info
{
	font-size: 10pt;
	font-family: Arial;
	margin: 0px;
	color : #000000;
	background-color : #AAAAAA;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: URL(../gfx/back.gif);
	background-position: bottom right;
}

INPUT.button
{
	border-style : inset inset inset inset;
	border-width : 2px;
	border-color : #7f7f7f;
	background-color : #DDDDDD;

}

INPUT 
{
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #999999;
	background-color : #dddddd;
}



.quote
{
	color : #bb1111;
	font-style : bold;
}

TEXTAREA
{
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #999999;
	background-color : #bbbbbb;
}


TABLE
{
	font-size: 10pt;
}

A:link  {
	COLOR : #555555;
	font-style : italic;
	text-decoration : none;
}

A:visited  {
	COLOR : #555555;
	font-style : italic;
	text-decoration : none;
}

A:hover  {
	COLOR : #FFFFFF;
	font-style : italic;
	text-decoration : none;
}

A.gray:link  {
	COLOR : #999999;
	font-style : italic;
	text-decoration : underline;
}

A.gray:visited  {
	COLOR : #999999;
	font-style : italic;
	text-decoration : underline;
}

A.gray:hover  {
	COLOR : #FFFFFF;
	font-style : italic;
	text-decoration : none;
}

A.gray2:link  {
	COLOR : #999999;
	font-style : italic;
	text-decoration : none;
}

A.gray2:visited  {
	COLOR : #999999;
	font-style : italic;
	text-decoration : none;
}

A.gray2:hover  {
	COLOR : #FFFFFF;
	font-style : italic;
	text-decoration : none;
}

A.noline:link  {
	COLOR : #999999;
	font-style : italic;
	text-decoration : none;
}

A.noline:visited  {
	COLOR : #999999;
	font-style : italic;
	text-decoration : none;
}

A.noline:hover  {
	COLOR : #FFFFFF;
	font-style : italic;
	text-decoration : none;
}



h2  {
	font-family : Arial;
	font-size : 13;
	color : #BFBFBF;
}

.framed
{
	border-style : solid solid solid solid;
	border-color : #999999;
	border-width : 1px;
	text-align : center;
	font-style : none;
	background-color : #000000;
}
.highlight
{
	border-style : solid solid solid solid;
	border-color : #999999;
	border-width : 1px;
	text-align : center;
	background-color : #DD0000;
	font-size : 11pt;
}

SMALL
{
	font-size : 8pt;
}

.space
{
	margin-top : 2px;
	margin-bottom : 2px;
}

