body {
 	font-family: Arial,Helvetica,sans-serif;
	color: #999999;
   	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: left;
	background-color: #333333;
	font-size: 12px;
        background-image: url(/Images/bg_fade.jpg);
	background-repeat: repeat-x
    }

.main-body {
	max-width: 550px;
	margin: auto;
	margin-top: 30px;
    }

a {
	text-decoration: none;
    }

a:link {
	color: #CCCCCC;
    }

a:hover {
	color: #660000;
	text-decoration: underline;
    }

a:visited {
	color: #CCCCCC;
    }

h1 {
	font-size: 24px;
    }

h2 {
	font-size: 18px;
    }

h3 {
	font-size: 16px;
    }

h4 {
	font-size: 14px;
    }

h5 {
	font-size: 12px;
	margin-top: 0px;
    }

h6 {
	font-size: 12px;
	font-style: italic;
    }

dd {
	margin-left: 12px;
   }

address {
	font-size: 12px;
    }

pre {
	font-family: Courier New,Courier,monospace;
	font-size: 12px;
    }

blockquote {
	margin-left: 45px;
    }

li {
	padding-top: 5px;
    }

sup {
	font-size: 7px;
    }

.note {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	padding-left: 12px;
	padding-right: 12px;
	color: rgb(0,0,0);
	clear: both;
	text-align: center;
	font-size: 10px;
    }

.highlights {
	font-size: 10px;
	border: 1px solid #000000;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #2A2A2A;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	max-width: 30%;
	min-width: 20%;
	float: right;
    }

.smallPrint {
	font-size: 9px;
    }

.titleCell { 
        width: 75px;
        border: 4px solid #000;
        border-right-style: none;
	background-color: #CCC;
	padding-left: 12px;
	padding-right: 12px;
	color: rgb(0,0,0);
	clear: both;
	text-align: center;
}

.contentCell { 
        width: 200px;
        border: 4px solid #000;
        border-left-style: none;
	background-color: #000;
	padding-left: 12px;
	padding-right: 12px;
	clear: both;
	text-align: center;
}

.stress { 
        font-weight: bold;
        font-style: italic;
}
