/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	margin: 10px;
	padding: 0px;
	background: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000FF;
	background-color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 65% arial, helvetica, sans-serif;
 color: #FF6600;
 background-color: #ffffff;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #064D83;
	text-align: right;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 15px;
}

h2{
 	font: bold 70% arial, helvetica, sans-serif;
 	color: #FF6600;
	background-color: #ffffff;
	text-align: right;
	font-style: italic;
}

h3{
 	font: bold 100% arial, helvetica, sans-serif;
 	color: #0C8FBA;
	background-color: #ffffff;
}

h4{
 	font: bold 80% arial, helvetica, sans-serif;
	color: #064D83;
	background-color: #ffffff;
}

h5{
	font: bold 80% arial, helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
}

h6{
	font: bold 80% arial, helvetica, sans-serif;
	color: #333333;
	background-color: #CAE6FF;
}

p{
 font-size: 75%;
}
/************** list styles **************/
li{
 font-size: 75%;
}

li li{
 font-size: 100%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



.ScenarioTable {
	color: #333333;
	background-color: #ffffff;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 20px;
}
.ChoicesTable {
	color: #333333;
	background-color: #ffffff;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
}
.BodyBold {
	font-weight: bold;
}
.ResponseText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
}
.TextAlternative {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	background-color: #ffffff;
	text-decoration: none;
	text-align: left;
}
.TextAlternative a:link, a:visited{
	color: #FF6600;
	background-color: #ffffff;
	text-decoration: none;
}

.TextAlternative a:hover{
	text-decoration: underline;
}
a.TextAlternative {
	color: #FF6600;
	background-color: #ffffff;
	text-decoration: none;
}
a.TextAlternative:hover {
	color: #FF6600;
	background-color: #ffffff;
	text-decoration: underline;
}
.ConsiderTable {
	color: #333333;
	background-color: #CAE6FF;
	vertical-align: top;
	padding: 5px;
}
.glossary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0C8FBA;
	text-decoration: none;
	background-color: #FFFFFF;
}
caption {
	font: bold 80% Arial, Helvetica, sans-serif;
	color: #064D83;
	background-color: #FFFFFF;
	text-align: center;
}
