/* CSS Document */

.bluetitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	vertical-align: middle;
	color: White;
	background-color: #336699;
}

.contents {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #336699;
}

.contentsbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #336699;
	vertical-align: middle;
}

.greenlist{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
/*	color: #336699; */
	color: Black;
}

#greentable {
  background-color: #A3D148;
}

#greentherapies {
  width: 240;
}

img {
	text-decoration: none;
	border: thin none Red;
}

#maintable {
  vertical-align: middle;
	border: 0;
	text-align: center;
}

.menu {
	/*background-image: url(img/btnunselected.gif);*/
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	width: 85;
	height: 33;
	/*background-color: #e6e6ff;*/
}

.menu a {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #336699;
}

.menuselected {
	/*background-image: url(img/btnselected.gif);*/
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	width: 85;
	background-color: #396199;
}

.menuselected a {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
}

.redlist {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: White;
}

#redtable {
  background-color: #ff6633;
}

#redtherapies {
  width: 240;
 }

.redtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: White;
}

.rn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: xx-small;
	color: black;
	text-align: center;
}

.rn a {
	color: red;
	font-weight: bold;
}

#yellowtable {
  background-color: FFD24D;
}

.yellowdescription {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #396199;
  background-color: FFD24D;
}

a.ebbo {
	color:	#F60;
	font-size: 0.9em;
	text-decoration: none;
}

a:hover.ebbo {
	font-size: 0.9em;
	text-decoration: underline;
}