/* Committee Fonts */
#commhdg {
font-size:1.5em;
font-weight:bold;
text-align:left;
color:#000066;
}
#docmenutitle {
font-size:1.5em;
color:#FFFFFF;
font-weight:bold;
}
/* Posting Link */
.postinglink {
	font-size:.9em;
	font-weight:normal;
	text-align:left;
}
.postinglink a{
	color:#000066;
	text-decoration:underline;
}
.postinglink a:hover{
	text-decoration:none;
}
.postinglink a:visited{
	color:#800080;
	text-decoration:underline;
}
.postinglink a:visited:hover{
	color:#800080;
	text-decoration:none;
}
#commmemtitle {
font-weight:bold;
font-size:1.5em;
}
#commdocmenu {
font-size:1.0em;
font-weight:normal;
text-align:left;
padding:5px;
background-color:#336699;
width:175px;
float:left;
margin-right:10px;
margin-bottom:5px;
}
#commdocmenu a {
text-decoration:none;
color:#FFFFFF;
}
#commdocmenu a:hover {
color:#CCCCCC;
}
#commdocmenu a:visited {
color:#ffff99;
}
#commdocmenu a:visited:hover {
color:#CCCCCC;
}
.commdoctype {
  text-align:left;
  color:#336699;
  font-weight:bold;
  font-size:1.3em;
}
#commmembers {
  font-size:.8em;
  font-weight:normal;
  text-align:left;
  padding:10px;
  background-color:#eeeeee;
  width:170px;
  float:right;
  margin-left:10px;
}
#commmembers .chair {
	font-size:1.2em;
	font-weight:bold;
	text-align:Center;
}
#commmembers img {
	margin-left:35px;
}
#commmembers .memlbl {
	font-size:1.2em;
	font-weight:bold;
}
#commmembers a {
  color:#000066;
  text-decoration:none;
}
#commmembers a:hover {
  color:#333333;
  text-decoration:none;
}
#commmembers a:visited {
  color:#000066;
  text-decoration:none;
}
#commmembers a:visited:hover {
 color:#333333;
  text-decoration:none;
}
.commtype {
	font-weight:bold;
	color:#000066;
	font-size:1.4em;
}