<style>
h5
{
    font-size: 10px;
}
b
{
    font-weight: bold;
    font-size: 12px;
    color: #004279;
    font-family: 'Arial';
}
body
{
    font-weight: lighter;
    font-size: 12px;
	background: transparent #FFFFFF;
    color: #004279;
    font-family: 'Arial';
}
p
{
    font-weight: lighter;
    font-size: 12px;
    color: #004279;
    font-family: 'Arial'
}
a
{
    text-decoration: none;
    font-weight: none;
    color: #004279;
}
a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #004279;
}
a:visited
{
    font-weight: none;
    color: #004279;
}
ul
{
    font-weight: lighter;
    font-size: 12px;
    font-family: 'Arial'
}
li
{
    font-weight: lighter;
    font-size: 12px;
    font-family: 'Arial';
}
h1
{
    font-weight: bolder;
    font-size: large;
    font-family: 'Arial';
}
h2
{
    font-weight: bolder;
    font-size: medium;
    font-family: 'Arial';
}
h3
{
    font-weight: bolder;
    font-size: small;
    color: #000000;
    font-family: 'Arial';
}
h4
{
    font-weight: lighter;
    font-size: 12px;
    font-family: 'Arial';
}
img
{
    margin-right: 2;
    margin-left: 2;
}
table
{
    font-size: 12px;
    max-width: 100%;
}
tr
{
    font-size: 12px;
}
th
{
    background-color: #D5D1C5;
    color: #004279;
	max-width: 405px;
}
td
{
    border-right: #F0EEEA thin solid;
    border-top: #F0EEEA thin solid;
    border-left: #F0EEEA thin solid;
    border-bottom: #F0EEEA thin solid;
    background-color: #F0EEEA;
	max-width: 405px;
	word-wrap:break-word;
}
textarea
{
    font-size: 12px;
}
</style>