.caption1 {
	font-weight: bold;
	background: #50ADEA url(corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}


.table1 {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #666;
}


.td1, .th1 {
	padding: 4px;
}

.thead1 th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

.tbody1 th {
	font-weight: bold;
}

.tbody1 tr		{
	background-color:#FFF; 
	text-align:left;
	}
.tbody1 tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.tbody1 th a:link, tbody th a:visited{
	color:#96D030;
	padding:3px 0px 0px 18px;
	}
.tbody1 th a:hover{
	color:#FF8601;
	}

.tbody1 tr td { 
	height:30px;
	background: #FFF;
	border: 1px solid #FFF;
	}

.tbody1 tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.table1 td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.table1 td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
.tbody1 td a[href=""] {
	margin: 0 auto;
	height: 15px;
	background: url(ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

.table1 a[title^="Download"] { 
	background: url(down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

