body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	}
	
a:link, a:visited, a:active { color: #03C; }

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: url(images/toptab.gif) top center no-repeat;
	}
td .nav {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
form { margin: 0px; padding: 0px; }

.box {
	padding: 3px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	background-color: #FFF; 
	}
.formfield {
	font-size: 8pt;
	color: #000;
	border: 1px solid #000;
}
.formbutton {
	background-color: #CCC;
	font-family: arial, verdana, sans-serif; 
	font-weight: bold;
	font-size: 8pt; 
	color: white;
	border: 1px solid #000;
}
.nextbutton{
	border-style: solid;
  	border-color: #D70;
	border-width: 1px;
	padding: 0;
  	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-image:url("images/orange.gif");
	background-repeat:repeat-x;
	}
.nextbutton a, .nextbutton a:link, .nextbutton a:visited, .nextbutton a:active{
  	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}
.nextbutton a:hover{
  	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	}
.autobutton{
	border-style: solid;
  	border-color: #280;
	border-width: 1px;
	padding: 0;
  	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-image:url("images/green.gif");
	background-repeat:repeat-x;
	}
.autobutton a, .autobutton a:link, .autobutton a:visited, .autobutton a:active{
  	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}
.autobutton a:hover{
  	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	}
.video_title{
  	font-weight: bold;
	font-size:22px;
	}