/*
White is now rgb(75,75,75)
grey is now rgb(128,128,128)
*/
body
{
/*
color:rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
*/
color:rgb(75,75,75);
background-color:rgb(255,255,255);
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
}

a:link
{
color:rgb(128,128,128);
text-decoration:none;
}

a:visited
{
color:rgb(75,75,75);
text-decoration:none;
}

img
{
border:none;
}

hr
{
color:rgb(75,75,75);
background-color:rgb(75,75,75);
}

.headgrey
{
/*
color:rgb(204,204,204);
*/
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
/*
font-weight:600; Commented out 02/07/09 - Non-bold preferred
*/
font-size:26pt;
}

.headwhite
{
/*
color:rgb(255,255,255);
*/
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
/*
font-weight:900;  Commented out 02/07/09 - Non-bold preferred
*/
font-size:26pt;
}

.listgrey
{
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:10pt;
}

.listwhite
{
/*
color:rgb(255,255,255);
*/
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:10pt;
}

.listwarn
{
color:rgb(255,110,110);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:10pt;
}

.bodywhite
{
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:10pt;
}

.bodywhitebold
{
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:10pt;
}

.bodywhiteitalic
{
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:10pt;
font-style: italic;
}

.bodygrey
{
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:10pt;
}

.bodygreybold
{
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:10pt;
}

.bodygreyitalic
{
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:10pt;
font-style: italic;
}

.painttitle
{
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:10pt;
}

.paintdetail
{
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:10pt;
}

.footerwhite
{
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:9pt;
}

.footergrey
{
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:9pt;
}
.footerwhitesmall
{
color:rgb(75,75,75);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:7pt;
}

.footergreysmall
{
color:rgb(128,128,128);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:7pt;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

.special_1
{
color:rgb(255,255,255);
font-family:Arial, Helvetica, sans-serif;
font-weight:900;
font-size:12pt;
}

.special_2
{
color:rgb(255,255,255);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:9pt;
}

/* -- used in second type of heading
.listgrey2
{
color:rgb(204,204,204);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:14pt;
}
.listwhite2
{
color:rgb(255,255,255);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:14pt;
}
*/

