html
{
    height: 100%;
}
body
{
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    background-repeat: repeat-x;
    font-family: Arial;
    height: 100%;
    background-color: #e1f0fa;
    background-image: url(../../images/FormsMedicalBackground.gif);
}
.wrapper
{
    border-right: #FFFFFF 10px solid;
    min-height: 100%;
    border-left: #FFFFFF 10px solid;
    width: 600px;
    position: absolute;
    background-color: #ffffff;
}
.centerRelative
{
    margin: 0px auto;
    width: 600px;
    bottom: 0px;
    position: relative;
    height: 100%;
}
.stepText
{
    font-size: 8px;
    color: #005182;
}
.footnote
{
    font-size: 8px;
}
.lightFootnote
{
    font-weight: normal;
    font-size: 8px;
}
.notRequired
{
    font-weight: normal;
}
.style1
{
    font-size: 36px;
}
.style3
{
    color: #FFFFFF;
}
.style4
{
    font-size: 18px;
}
.borderedCell
{
    border: 1px solid #CBCBCB;
    background-color: #F3F3F3;
}
.style6
{
    color: #000000;
}
.style7
{
    color: #FF0000;
}
.style8
{
	font-size: xx-small;
}