a:hover				{ color: black;
				  background: #D5EDFF; }
a.brandy:visited		{ color: #FFFFFF; }
blockquote			{ font-family: sans-serif;
			 	  font-size: 10pt; }
body				{ position: relative;
				  background: white;
				  color: black; }
body#padded			{ margin: 2em }
code				{ font-size: 10pt; }
div#left			{ position: absolute;
				  left: 0;
				  width: 125px;
				  height: 900px; }
div#right			{ position: absolute;
				  left: 150px;
				  right: 25px; }
li				{ font-family: sans-serif;
				  font-size: 10pt; }
p				{ font-family: sans-serif;
				  font-size: 10pt; }
pre				{ font-size: 10pt; }
table				{ border-collapse: collapse;
				  border-style: hidden;
				  border: 1px dashed #999; }
table.plain			{ border-collapse: collapse;
				  border-style: hidden;
				  border: 0px; }
tr.header			{ color: white;
				  background-color: #00008B; }
tr				{ vertical-align: top; }
tr.hoverblue			{ background-color: #E4E4FF }
tr.hoverblue:hover		{ background-color: #A4A4FF }
tr.hoverblue:hover a:hover	{ background-color: #A4A4FF }
td				{ font-family: sans-serif;
				  font-size: 10pt; }
td.hoverblue			{ background-color: #E4E4FF }
td.hoverblue:hover		{ background-color: #A4A4FF }

.indent				{ padding-left: 5%; }
.button				{ font-size: 9pt;
				  width: 65px;
				  height: 18px;
				  text-align: center; }
.longbutton			{ font-size: 9pt;
				  width: 130px;
				  height: 18px;
				  text-align: center; }
.textfield			{ background: #D5EDFF;
				  border-color: #000000;
				  border-width: 1px; }
