body {
	background-image: url(../fading_suns/small_nebula.jpg);
	margin: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
div#main {

	width: 800px;
	background-color: white;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;


}
cite {
	font-weight: bold;
	color: #500e60;
}
h2 {
	font-size: 18pt;
	color: #500e60;
}
a:link {
	color: #500e60;
}
a:visited {
	color: #666666;
}
a:hover {
	font-weight: bold;
	color: #500e60;
}
a:active {
	color: #500e60;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #500e60;
}
th {
	color: #500e60;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #500e60;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #500e60;



}
.cost {
	background-image: url(../fading_suns/table_background.gif);
	font-size: 9pt;
	background-repeat: repeat-y;
}
table.cost400 {
	font-size: 9pt;
	border: medium solid #500e60;
	margin-top: 6pt;
	margin-bottom: 12pt;
	width: 400px;
	padding: 5px;
	border-spacing: 0px;
}

table.cost400 tr {
	background-image: url(../fading_suns/table_background.gif);
	background-repeat: repeat-y;
}

table.cost400 td, table.cost400 th {
	padding: 5px;
}

.outer {
	border: medium solid #500e60;
	margin-top: 6pt;
	margin-bottom: 12pt;
}
tr {
	vertical-align: top;
}
.cost600 {
	background-image: url(../fading_suns/table_background_600.gif);
	font-size: 9pt;
	background-repeat: repeat-y;


}
li {
	padding-top: 6px;
	padding-bottom: 6px;
}
.header, table.cost400 thead th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #500e60;
	text-align: center;
	font-size: 12pt;

}
.example {
	font-style: italic;
	padding-right: .5in;
	padding-left: .5in;
}
.index {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.index h3 {
	text-align: left;
	font-size: 16px;
	height: 45px;
	margin-bottom: 5px;
}
.index h3 b {
	border: 5px double;
	border-color: white;
	background-color: #500e60;
	color: #ffffff;
	padding: 3px;
}
.index ul {
	margin-top: 3px;
	margin-bottom: 6px;
}

.index li {
	padding-top: 0px;
	padding-bottom: 0px;
}
