﻿.body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}
.header 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #01abe8;
}
.style4 
{
    font-size: 9px
}
.style6 
{
    font-size: 9px;
    font-style: italic;
    color: #01abe8;
}
.style7 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #01abe8;
    font-style: italic;
}
.standardTitle 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bolder;
    color: #01abe8;
}
.standardFont
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #01abe8;
    font-style: normal;
}
a.standardFont:hover 
{
    color:darkred;
}
a.standardFont:link 
{
    font-weight:bold;
}
a.standardFont:visited 
{
    color:#2C7534;
}
.standardTextBox
{
    border: solid 1px black;
    background:#ffffff;
    color: #2B7434;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
}
#conRegListTD table td
{
	padding:0px 0px 10px 0px;
}

