﻿body 
{
     font-family: "Times New Roman", Palatino ;
}
h1
{
    color: #000099;
    font-size: 1.4em;
    display: inline;
    margin: 0px 0px 25px;
    padding: 0px;
    color: #333333;
    font-family: "Times New Roman", Palatino;
    line-height: 90%;
    font-weight: 400; 
}
p {
  font-family: "Times New Roman", Palatino;
  line-height: 90%;
  font-size: 11pt;
  line-height: 110%;
  font-weight: 500; 
}

html>body hr 
{
    border: 0px;
    height: 1px;
    color: #CCCCCC;
    background-color: #CCCCCC;
    margin-top: 8px;
    margin-bottom: 8px;
}

hr 
{
    border: 0px;
    height: 1px;
    color: #CCCCCC;
    margin-top: 2px;
    margin-bottom: 2px;
}
input 
{
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.error-secondary, .error-secondary-icon 
{
    font-weight: normal;
    color: #FF0000;
    font-size: .9em;
}

body input.btn-primary
{
    color: #FFFFFF;
    padding: 0.2em;
    border: 0px solid #FFFFFF;
    background: url(../images/back.png); 
    background-repeat : repeat-x;
    font: bold 1em Arial, helvetica, sans-serif;
    margin: 0px;
    cursor:pointer;
}
.txt-mid 
{
    font-size: .9em;
}
