
.full {
	width: 100%;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #202020;
	background-color: #FFFFFF;
}

iframe, object, img {
	margin: 0;
	padding: 0;
	border: 0;
}

img.bordered {
	border-top: 1px solid #202020;
	border-right: 2px solid #202020;
	border-bottom: 2px solid #202020;
	border-left: 1px solid #202020;
}

img.highlight {
	border-top: 1px solid #202020;
	border-right: 2px solid #202020;
	border-bottom: 2px solid #202020;
	border-left: 1px solid #202020;
}

img.highlight:hover {
	border-top: 1px solid #FFFF00;
	border-right: 2px solid #FFFF00;
	border-bottom: 2px solid #FFFF00;
	border-left: 1px solid #FFFF00;
}

table {
	margin: 0;
	border-collapse: collapse;
}

td {
	padding: 0;
}

td.top {
	vertical-align: top;
}

td.bottom {
	vertical-align: bottom;
}

div {
	margin: 0;
	padding: 0;
}

div.center {
	text-align: center;
}

p, ul, li, hr {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 1em;
	text-align: left;
	font-variant: normal;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}

a {
	text-decoration: none;
}

a.h {
	color: #B50027;
	text-decoration: underline;
}

a.h:hover {
	color: #FF0000;
	background-color: #FFFF00;
	text-decoration: underline;
}

a.h:visited {
	color: #A06060;
	text-decoration: underline;
}

a.h:visited:hover {
	color: #FF0000;
	background-color: #FFFF00;
	text-decoration: underline;
}

div.flvwrapper {
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
}

div.flvwrapper p {
	font-size: 100%;
	text-align: center;
	font-variant: normal;
	margin: 4pt;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
}
