x_body
{
color:rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
}

body
{
color:rgb(0, 0, 0);
background-color: rgb(104, 104, 104);
/*
above was 255
*/
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
}

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

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

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

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

.listgreysmall
{
color:rgb(204,204,204);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:8pt;
}
.listwhitesmall
{
color:rgb(255,255,255);
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:8pt;
}

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

.bodywhite
{
color:rgb(0,0,0);
/*
change above back to 255,255,255 for white text
*/
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:10pt;
}

.bodywhitebold
{
color:rgb(0,0,0);
/*
change above back to 255,255,255 for white text
*/
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:10pt;
}

.bodywhiteitalic
{
color:rgb(0,0,0);
/*
change above back to 255,255,255 for white text
*/
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
font-size:10pt;
font-style: italic;
}

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

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

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

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

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

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

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

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

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

.wordfade {
color:rgb(180,180,180);
font-family:Arial, Helvetica, sans-serif;
font-weight:300;
font-size:10pt;
font-style:normal;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity:1;
filter: alpha(opacity=100);
}

.corpgreyitalic
{
color:rgb(204,204,204);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:12pt;
font-style:normal;
}
.corpwhiteitalic
{
color:rgb(255,255,255);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:12pt;
font-style:normal;
}

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

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

.footergreysmall
{
color:rgb(204,204,204);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:8pt;
}
.footerwhitesmall
{
color:rgb(255,255,255);
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
font-size:8pt;
}

/*
!-- 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;
}
-->
*/