body, p, ol, ul, li, td {
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;	
}


a:hover {
	text-decoration: underline;
}

p.title {
	font-size: 20px;
	font-weight: bold;
}

p.subtitle {
	font-size: 14px;
	font-weight: bold;
}

ul {
	list-style-image: url(images/robot_bullet.png);
}

ul.orange {
	list-style-image: url(images/robot_bullet_orange.gif);
}

.video {
	width: 500px;
/*	border: 1px solid yellow;*/
	margin-bottom: 40px;
}

.green_box {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #003300;
}