body {
    font-family: Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

table  {
    margin-left: auto;
    margin-right: auto;
    font-size: 8.5pt;
}

/************************

 Choices table
 
************************/
table.choices {
	border-collapse: collapse;
	text-align: center;
}

td.buttons {
    
}

td.rxibg {
	background-color: #9AD5F8;
	padding: 2px;
	text-align: left;
}

td.or {
	color: #669999;
	font-size: 1.5em;
	font-weight: bold;
	padding: 3px;
}

/************************

 Data table
 
************************/
.scenlabels {
	font-weight: normal;
	font-size: 1.1em;
	background-color: #0C5EC0;
	color: #FFF;
	font-variant: small-caps;
}

.years {
	font-weight: normal;
	font-style: italic;
	background-color: #0C5EC0;
	color: #FFF;
}

td.indicgrp {
	text-align: left;
	font-weight: bold;
	background-color: #2275F2;
	color: #FFF;
}

td.vallabel {
    text-align: left;
}

td.value {
    text-align: right;
}

td#macrorgn {
	font-weight: bold;
	background-color: #9AD5F8;
	color: #000;
}

table.data {
    border-collapse: collapse;
    border-top: 0;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-style: dotted;
}

table.data td {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/************************

 Error reporting
 
************************/
.error {
    font-weight: bold;
    font-size: 1.2em;
}

/************************

 Other
 
************************/

h1 {
	text-align: center;
	font-size: 1.2em;
	color: #0C5EC0;
}

caption {
	margin-left: auto;
	margin-right: auto;
	color: #0C5EC0;
}

caption h2 {
	font-size: 1.75em;
	color: #0C5EC0;
}

.citeinfo {
	font-size: 13px;
	font-family: Times, serif;
	text-align: center;
	color: #009;
}	

.center_box {
	margin:0 auto;
	text-align: left;
	padding: 5px;
	height: auto;
	width: 140px;
	border: 2px solid #006;
	background-color: #B9D3FF;
	
}

.prompt {
	font-size: 1.1em;
}
