@charset "utf-8";
/* CSS Document */

.bold_ital {
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
}

.listspaced li {
margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: .5em;
}


.link_footer a:link {
	color: #FFF;
	text-decoration: none;
}
.link_footer a:visited {
	color: #FEF3F1;
	text-decoration: none;	
}
.link_footer a:hover {
	color: #FF0;
	text-decoration: underline;
}

.link_footer a:active {
	color: #900;
	text-decoration: none;	
}
.indentblock {
	margin-left: 18px;
	margin-top: 0px;
}

.link_standard a:link {
	color: #FFF;
	text-decoration: underline;
	
}
.link_standard a:visited {
	color: #fff;
	text-decoration: underline;	
}
.link_standard a:hover {
	color: #F58220;
	text-decoration: underline;
}

.link_standard a:active {
	color: #900;
	text-decoration: none;	
}.video_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #641113;
	/* [disabled]width: 100px; */
	margin-top: 12px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}



.link_boldwhite a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}
.link_boldwhite a:visited {
	color: #fff;
	text-decoration: none;	
		font-weight:bold;
}
.link_boldwhite a:hover {
	color: #F58220;
	text-decoration: underline;
		font-weight:bold;
}

.link_boldwhite a:active {
	color: #900;
	text-decoration: none;
		font-weight:bold;	}
