/* CSS Document */

.redtable th
 {
	width:250px;
 }

.redtable td
 {
		 background-color: #e1e2cb;
		 vertical-align:top;
		 padding: 2px 2px 2px 2px;
		 
 }
 
.bold
	{
		font-weight:bold;
		font-size:11px;
		letter-spacing:.005em;
	}
	
.vod li
{
	padding-bottom:10px;
}