@charset "utf-8";
/* CSS Document */

/***** GENERIC RULES AND MORE **********************************************************/

a:link {
	text-decoration: underline;
    color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: underline !important;
    color: #336699;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}

.strikethrough {
    text-decoration: line-through;
}

ul {
	list-style-type:square;
	}

#forms {
  background: #EEEEEE;
  border: 1px solid #336699;
  padding: 10px;
  margin-bottom: 30px;
}


.committeeComments 
{
	width: 750px !important;
	padding-bottom:20px;
	font-size:80%;
}

.paddedList li {
	padding:5px;
	margin-left:50px;
}

.extraNav{
	position:relative;
	top:-20px;
}

.block ul {
	list-style-type:none;
	font-size:110%
}


.block li {
	padding:0px;
}

.contentTable .SearchDescription
{
	font-size:85% !important;
}

.type a:link{
	background-color:#336699;
	border:1px solid #666;
	border-radius:5px;
	padding:5px;
	color: #fff;
}
.type a:visited{
	background-color:#336699;
	border:1px solid #666;
	border-radius:5px;
	padding:5px;
	color: #fff;
}
.type a:hover{
	background-color:#f4f4f4;
	color: #000;
	}
.type a:active{
	background-color:#f4f4f4;
	color: #336699;
}	