@charset "utf-8";
/* CSS Document */

@import url("../global.css");

/* SWITCHES */
#PSAll { display: none; }
/* SWITCHES */

table.MenuTB #VA {background-color:#555;}

object.VAYouTube, embed.VAYouTube {
	width: 460px;
	height: 460px;
}

div #Inspire p {
	font-size:90%;
	line-height:150%;
}

div #Inspire img {
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.1em;
	border: 4px ridge #FFF;
}
a.WOPLink:link, a.WOPLink:visited {
	text-decoration: none;
	letter-spacing: 0.1em;
}
a.WOPLink:hover, a.WOPLink:active {
	text-decoration: underline;
	letter-spacing: 0.1em;
}

/* PRINT DEFS */
@media print{

object.VAYouTube, embed.VAYouTube {
	display: none;
}
div #Inspire p {
	line-height:normal;
}

}
/* PRINT DEFS */

