;Body		{font-family:verdana;}
Body		{font-size:8pt;color:#CCCCCC;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;}

td		{font-family:verdana,arial;font-size:8pt;color:#CCCCCC;font-weight:normal;}


.red		{color:#CCCCCC;font-weight:normal;}
.redTitle		{color:#CCCCCC;font-weight:bold;}
.white		{font-family:verdana,arial;font-size:8pt;color:#ffffff;font-weight:bold;}
.monospace	{font-family:courier,monospace;}
.disclaim		{font-family:verdana,arial;font-size:8pt;color:blue;font-weight:normal;}
.smallmenu	{font-family:verdana,arial;font-size:8pt;color:CCCCCC;font-weight:normal;}
A:link		{text-decoration:none;color:#CC3300;}
A:active		{text-decoration:none;color:#CC3300;}
A:visited		{text-decoration:none;color:#CC3300;}
A:hover		{color:white;text-decoration:underline;color:#FCF7DA;}

p		{color:#CCCCCC;}


.med img {
  max-width:250px;
  width: expression(this.width > 250 ? 250: true);
}

.thumb img {
  max-width:80px;
  width: expression(this.width > 80 ? 80: true);
}


.backno 		{background-repeat:no-repeat;}
.backyes 		{background-repeat:repeat;}
.backup 		{background-repeat:repeat-y;}
.backupr 		{background-repeat:repeat-y; background-position: 100% 0%;} 



input.foobar {color:white;background-color:grey;font-weight:bolder;font-size:8}

.Button
        {
                font-family: Verdana;
                font-size: 8pt;
                color: #CCCCCC;
                letter-spacing: 1;
                cursor: pointer;
                cursor: hand;
                background-image: url(/images/button_bg1.gif);
                background-color: #ffffff;
        } 

