@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C3C3C3
}
.purpletitle1 {
	font-size: 14px;
	font-weight: bold;
	color: #390054;
}
.blksubhead1 {
	font-size: 12px;
	font-weight: bold;
}
.bodycopy {
	font-size: 12px;
	color: #222222;
}
.blktitle1 {
	font-size: 12px;
	font-weight: bold;
}
.blktitlebg {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #390054;
}
.copyright {
	font-size: 11px;
	color: #666666;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrap video,
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
