/* CSS Document */
a:link {
text-decoration: none;
color:#000000;
}
a:visited {text-decoration: none;
color:#000000;
}
a:hover {text-decoration: underline; 
color: #000000;
}
a:active {text-decoration: none}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	 font-weight: bold; }

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	
	}

.style4 {
     padding:5px;
	 font-family: Arial, Helvetica, sans-serif;
	 line-height:150%;
	 font-size: 12px;
	}
	
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#bullets{
	list-style-image: url(../images_video/bullet.gif);
	margin-left:4em;	
	
}
#bullets2{
	list-style-image: url(../images_video/bullet.gif);
	line-height:150%;
	text-decoration:none;
	margin-left:1em;	
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	text-decoration:none;
	}

.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:170%;
}