/* CSS Document */

a:link { 
	color: #000000;
	text-decoration:underline;
	}
a:visited  { 
	color: #000000;
	text-decoration:underline;
	}
a:hover  { 
	color: #ff0000;
	text-decoration:none;
	}
a:active  { 
	color: #000000;
	text-decoration:underline;
	}
	
body, td, pre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:9px;
}

.txtInput{
	font-size:9px; height:17px; width:200px;
	}

textarea{ font-size:12px; width:240px; height:150px;}

.smallHead{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	}
.txtBold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#000000;
	}
.greyBold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#666666;
	}
	
.redBold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#FF0000;
	}
	
.vidHead{
font-size:16px;
font-style:italic;
}

.underscore{
	background:none;
	background-image:url(images/whitebg.gif);
	background-repeat:repeat-x;
	}

.vidTable tr{
	background-image:url(images/video_line_bg.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
	border-bottom:1px solid #ff000000
}
.vidTable a:link { 
	color: #000000;
	text-decoration:none;
	}
.vidTable  a:visited  { 
	color: #000000;
	text-decoration:none;
	}
.vidTable  a:hover  { 
	color: #ff0000;
	text-decoration:none;
	}
.vidTable  a:active  { 
	color: #000000;
	text-decoration:none;
	}


.underRed{
	width:auto;
	display:inline;
	background-image:url(images/video_line_bg.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
}