*{
    margin:0px;
    padding:0px;
}

.pointer {
    cursor:pointer;
}

.input, .input-error {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 10pt;
    border:0px none;
    background-color: #C8E3EB;
    padding-left:5px;
    padding-right:5px;
    height:14px;
    vertical-align:top;
}

.input-error {
    color: #ff0000;
    width: 90px;
}

.input {
    color: #5992ab;
}

.input-form{
    width: 90px;
}

.bold {
    font-weight: bold;
}

.menu-default {
    color: #000000; text-decoration: none;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11pt;
}

.menu-active {
    color: #000000;
    font-weight: normal;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11pt;
}


a {
    color: #bae5f4; text-decoration: none;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 10pt;

}
a:hover {
    color: #000000; text-decoration: none;
    text-decoration: none;
}

body
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
}


h1{
  font-size: 14pt;
  font-weight: bold;
  margin: 0px;
  margin-top:15px;
  color: #000000;
}

h2
{
  font-size: 12pt;
  font-weight: bold;
  margin: 0px;
  margin-top:5px;
  color: #000000;
}

h3
{
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  color: #000000;
}

a.h1Anchor, a.h2Anchor, a.h3Anchor
{
    font-weight: bold;
    margin: 0px;
    color: #000000;
    border-bottom: 0px none;
}

a.h1Anchor:hover, a.h2Anchor:hover, a.h3Anchor:hover
{
    font-weight: bold;
    margin: 0px;
    color: #000000;
    text-decoration: underline;
}

a.h1Anchor
{
    font-size: 14pt;
}

a.h1Anchor:hover
{
    font-size: 12pt;
}

a.h2Anchor
{
    font-size: 10pt;
}

a.h2Anchor:hover
{
    font-size: 11pt;
}

a.h3Anchor
{
    font-size: 10pt;
}

a.h3Anchor:hover
{
    font-size: 10pt;
}

p {
	margin: 0px;
    font-size: 10pt;
    color:#000000;
}
.hidden {
    visibility:hidden;
}

br {
    line-height:10px;
}

.title  {
    color:#000000;
    font-size: 10pt;
    font-style:italic;
}

.title-subtext  {
    color:#000000;
    font-size: 10pt;
}

.italic {
    font-style:italic;
}
