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


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

p {
	text-align: justify;
	text-indent: 11pt;
	color: #333333;
}

h1 {
	font-size: 14pt;
	color: #FF0000;
	text-align: center;
}

h2 {
	font-size: 11pt;
	color: #FF0000;
	text-align: center;
}

h3 {
	font-size: 11pt;
	color: #000000;
	text-align: center;
}

strong {
	color: #FF0000;
	font-weight: normal;
}

p.footer strong {
	color: #FFFFFF;
	font-weight: bolder;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

p.footer {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	text-indent: 0pt;
}

p.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

p.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

p.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.thumbs {
	text-align: center;
	width: 100%;
}

table.thumbs td {
	width: 33%;
	height: 90px;
	padding: 6px;
	margin: 0px;
}

table.thumbs  td.text {
	width: 33%;
	height: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 18px;
	padding-left: 6px;
	margin: 0px;
}

p.centered {
	text-align: center;
	text-indent: 0pt;
}
.small_note {
	text-align: center;
	text-indent: 0pt;
	font-size: 8pt;
}

.grey {
	color: #999999;
}
