/* CSS Document */
body{font:8pt verdana;color:black;}
a,a:visited{color:blue;}
.standardContainer{width:500px;padding:2px;background-color:silver;border:1px solid gray;text-align:center;}

.standardContainer table{
	background-color:white;
	border:1px solid gray;
	margin:0 auto;
	margin-top:3px;
	margin-bottom:10px;
	text-align:left;
	width:480px;
}

.standardContainer table tr td{font:8pt verdana;}


.standardContainer2{width:700px;padding:2px;background-color:silver;border:1px solid gray;text-align:center;}

.standardContainer2 table{
	background-color:white;
	border:1px solid gray;
	margin:0 auto;
	margin-top:3px;
	margin-bottom:10px;
	text-align:left;
	width:680px;
}

.standardContainer2 table tr td{font:8pt verdana;}



.standardStatus{color:red;}
.standardTitle{font-size:10pt;font-weight:bold;}
.subLinks tr td{padding:2px;text-align:center;background-color:silver;border:1px solid gray;}
.subLinks tr td a,.subLinks tr td a:visited{display:block;text-decoration:none;}
.subLinks tr td a:hover{background-color:gray;color:white;}
.committeeFormed{font-size:7pt;}
.udpatesHead{padding:3px;background-color:navy;font-weight:bold;color:white;}
.updates p{padding:3px;margin:0px 0px 8px 0px;}
.updates p a,.updates p a:visited{color:blue;text-decoration:none;display:block;}
.updates p a:hover{background-color:gray;color:white;}
.commentAdded{font-style:italic;font-size:7pt;margin-bottom:4px;border-bottom:1px solid gray;}
.comments{margin:0px 5px 0px 5px;}
.activeTd{text-align:center;padding:5px;background-color:navy;border:1px solid gray;}
.activeTd a,.activeTd a:visited{color:white;display:block;text-decoration:none;}
.activeTd a:hover{background-color:gray;}


.activeTd2{text-align:center;padding:5px;background-color:white;border:1px solid gray;}
.activeTd2 a,.activeTd2 a:visited{color:navy;display:block;text-decoration:none;}
.activeTd2 a:hover{background-color:gray;}


.topTabs{width:480px;margin:0 auto;padding:3px;}
.topTabs table{width:100%;border:none;margin:0;background-color:transparent;}
.topTabs2{width:680px;margin:0 auto;padding:3px;}
.topTabs2 table{width:100%;border:none;margin:0;background-color:transparent;}
.committeeTitle{background-color:navy;border:1px solid gray;padding:2px;color:white;}