a {
  text-decoration: underline;
}
a:link {	
  color: #333333;
  font-size: 100%;
  font-family: Verdana,sans-serif;
}
a:visited { 
  color: #333333; 
  font-size: 100%;
  font-family: Verdana,sans-serif;
}
a:active {
  color: #333333; 
  font-size: 100%; 
  font-family: Verdana,sans-serif;
}
a:hover {
  color: #ff0000;
  font-size: 100%;
  font-family: Verdana,sans-serif;
}
a.menu {
  font-family: Tahoma,sans-serif;
  text-decoration: none;
}
a.menu:link {
  font-family: Tahoma,sans-serif;
  font-size: 10pt;
  color:#000000; 
}
a.menu:visited {
  font-family: Tahoma,sans-serif;
  font-size: 10pt;
  color:#000000; 
}
a.menu:active {
  font-family: Tahoma,sans-serif; 
  font-size: 10pt; 
  color:#000000; 
}
a.menu:hover { 
  font-family: Tahoma,sans-serif; 
  font-size: 10pt; 
  color:#ff0000; 
  text-decoration: underline;
}

body { 
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0px;
}

.title { 
  font-size:24pt; 
  font-family: Tahoma, sans-serif; 
  font-weight: bold;
}
.theme { 
  font-family: Tahoma, sans-serif; 
  font-size: 13pt; 
  font-weight: bold; 
}
.subtheme { 
  font-family: Verdana, sans-serif; 
  font-size: 11pt; 
  font-weight: bold; 
}
.content { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 9pt;
}
.footer {
  font-family: Tahoma, sans-serif;
  font-size: 9pt;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}
.footer_fix { 
  padding-left: 7px; 
  padding-right: 7px; 
  padding-bottom: 5px;
  font-size: 10px; 
  font-family: Tahoma, sans-serif;
}
.input {
  border: solid 1px #999999; 
  color: #666666; 
  background-color: #E3E6EE; 
  width: 80px; 
  font-size: 10px; 
  font-family: verdana; 
}
.go { 
  border: solid 1px #999999;
  font-family: verdana;
  font-size: 10pt;
  color: #666666;
  width: 36px;
  background-color: #ffffff;
}
.citation { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 9pt;
  border-style: solid;
  border-right-color: #ADADB5;
  padding: 15px 15px 0px 15px;
  color: #942929;
}

.menu_td {
  border-style: solid;
  border-right-color: #000000;
  border-width: 0px 3px 0px 0px;
  padding-left:10px;
  padding-right:10px;
}
.menu_td2 {
  border-style: solid;
  border-right-color: #000000;
  border-width: 0px 1px 0px 0px;
  padding-left:10px; padding-right:10px;
}
.menu_td3 {
  border-style: solid; 
  border-right-color: #ff0000; 
  border-width: 0px 3px 0px 0px; 
  padding-left:10px; 
  padding-right:0px;
}
.notice { 
  background-color:#FEF788;
  border-style: solid; 
  border-right-color: #ADADB5; 
  border-width: 1px 1px 1px 1px; 
  padding: 15px 15px 15px 15px; 
  color: black;
}

.thinlineleft { 
  border-style: solid;
  border-right-color: #ADADB5;
  border-width: 0px 0px 0px 1px;
  padding-left: 4px;
}

.redbar { 
  width: 3px;
  height: 40px;
  background-color: #E66329;
}

a.rightmenu {
  font-family: Tahoma,sans-serif;
  color: #E66329;
  font-size : 7pt;
  text-decoration: underline;
}
a.rightmenu:link {
  font-family: Tahoma,sans-serif;
  color: #E66329;
  font-size : 7pt;
  text-decoration: underline;
}
a.rightmenu:visited {
  font-family: Tahoma,sans-serif;
  color: #E66329;
  font-size : 7pt;
  text-decoration: underline;
}
a.rightmenu:active {
  font-family: Tahoma,sans-serif;
  color: #E66329;
  font-size : 7pt;
  text-decoration: underline;
}
a.rightmenu:hover {
  font-family: Tahoma,sans-serif;
  color: #E66329;
  font-size : 7pt;
  text-decoration: underline;
}
div.center {
  text-align: center;
}

.darkblue {
  color: darkblue;
}

.citeemph {
  font-weight: bold;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
a.author {
  font-style: italic;
  text-align: right;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 9pt;
  color: #942929;
}
.conftable {
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px 0px 1px 1px;
}

.conftable tr {
  height:28px;
}

/* used in the conference table for conference rows */
.conftable .number {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 9pt;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 1px 0px 0px;
  text-align: right;
}
/* used in the conference table for conference rows */
.conftable .conf {
  font-family: Tahoma, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 1px 0px 0px;
  font-size:9pt;
}

/* used to make bigger first letters */
.first:first-letter {
  font-size: larger;
  color:red;
}
