﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;    
}

p {
    text-align: left;
}
fieldset{
    width:650px;
    border-width:1
}
.boldheading {
    font-size: 10px;
    font-weight:bold;
}
.center {
    text-align: center; 
}

/* Form header */
.Blue29Title {
    text-align:center; 
    font-size:29px; 
    color:#1900a6
}

/* errors */
.Red9Error {
    font-size:9px; 
    color:red
}

/* Result */
.Blue29Result {
    text-align:center; 
    font-size:16px; 
    color:#1900a6;
    font-weight:bold;
}

/* Paging */
.Paging
{
    background-color: #CCCCFF;
}

/* Printing*/
#noMenu
{
  display : none;
}