/*
  File name:  main
  Created on: May 2, 2002 at 3:53 PM
  Author:     brandon

  Description:
    An empty stylesheet.
*/

body, td, .content, .caption {
    font-family:Arial, Helvetica, Verdana, Sans-Serif;
    color:black;
}

body, td, .content {
    font-size:12px;
}

body {
    background-color: white;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

.black {
   color:#000000;
}

.text {
    font-size: 8pt;
    font-family: arial, helvetica;
    color: black;
}

.questionText {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}

.answerText {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}

.mainTopicText {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}

.subTopicText {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}

.blueheaders
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000066;
    FONT-STYLE: italic;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
.pressreleaseheaders
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.caption {
	font-size:12px;
}
.smallText { font-size:10px; }

/* default for links */
a { color:#ff6600; }
a:hover,a:visited:hover { color:#dd3300; }
a:visited { color:#ff9900; }

/* Whitelist margin */
#whitelist { margin: 0 20px; }
