﻿body
{
	font-size: 11pt;
	font-family: Arial;
}

.bullet_circle
{
    list-style-type: circle;
    font-family: Arial;
}
.contributor_table
{
    vertical-align: top;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.contributor_logo
{
    position: relative;
    top: 2px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    padding-right: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.contributor_text
{
	font-family: Arial;
    position: relative;
    top: 1px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    padding-bottom: 20pt;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.intro
{
    font-family: Arial;
    width: 100%;
    clip: rect(auto auto auto auto);
    margin-bottom: 20px;
}