* {
 margin:0px;
}

body {
 font-family:'Verdana';
 font-size:9pt;
 text-align:center;
 line-height:140%;
 color:black;
 margin:10px;
}
body a{
 color:#555555;
 text-decoration:none;
}
body a:hover{
 color:#555555;
 text-decoration:underline;
}
th,td {
 font-family:'Verdana';
 font-size:9pt;
 line-height:140%;
}

input, select, textarea { 
}

img.icon {
  vertical-align: middle;
  filter:chroma(color=#E0DBDC);
}

H1 {
 font-size:150%;
}
H2 {
  font-size:85%;
}
H3 {
  font-size:100%;
}

div.hood {
 background-color:gray;
 padding:1px;
 padding-top:2px;
 padding-left:2px;
 text-align=left;
 font-size:8pt;
 color:#FFFFFF;
 width:98%;
 text-align:left;
 font-weight:bold;
 margin-bottom:10px;
 filter: alpha(style=1, opacity=100, finishopacity=30, startx=0, starty=0, finishx=200, finishy=200); 
}


table.border_black {
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  border-collapse: collapse;
  margin-bottom:10px;
  background-color:#EEEEEE;
}
table.border_black td {
	padding: 5px;
}

table.youtube {
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  border-collapse: collapse;
  margin-bottom:10px;
  background-color:#EEEEEE;
}
table.youtube td {
	padding: 5px;
}

table.searchlist {
  margin-bottom:20px;
}
table.searchlist td{
  line-height:120%;
  font-size:9pt;
}

table.feature {
  border-width: 0px;
  border-style: solid;
  border-collapse: collapse;
}
table.feature td {
  padding: 2px;
  font-size:9pt;
}

#c_block {
	width:200px;
	clear:both;
	background-image:url('/img/gray_scale_block.jpg');
	background-repeat: no-repeat;
	background-color:#ffffff;
	padding-top:8px;
	text-align:left;
	float:left; 
}
#c_block_600 {
	width:610px;
	clear:both;
	background-image:url('/img/gray_scale_block_600.jpg');
	background-repeat: no-repeat;
	background-color:#ffffff;
	padding-top:8px;
	text-align:left;
	float:left; 
}
