A:link { color: #7E587E}
A:visited { color: #7E587E}


.header{
   top: 0px;
   background-color:#E9CFEC;
   text-align: center;
   vertical-align: middle;
   font-size: 42px;
   color: #7E587E;
     letter-spacing: 6px;
   word-spacing: 10px;
   font-family: Trebuchet MS;
   font-weight: bold;

}
.header2{
    background-color:#E9CFEC;
   text-align: center;
   vertical-align: middle;
   font-size: 20px;
   color: #7E587E;
   letter-spacing: 6px;
   word-spacing: 10px;
   font-family: Trebuchet MS;
   font-weight: bold;

}


.subHeader
{
   height: 24px;
   width: 100%;
   margin: 0px;
   background-color:#7E587E;
   text-align: center;
   vertical-align: middle;
   font-size: 16px;
   color: #FFFFFF;
   font-family: Trebuchet MS;
   font-weight: bold;
}
.body
{

   text-align: center;
   vertical-align: middle;
   font-size: 16px;
   color: #7E587E;
   font-family: Trebuchet MS;
 }
 .Button {
    background-color : #7E587E;
    font-family : Arial;
    color : #FFFFFF;
    font-weight : bold;
    border-style : solid;
    border-width : 2px;
    border-color: #E9CFEC;
    cursor: hand;
    text-align: center;
}

.SelectedButton {
    background-color : #7E587E;
    border-color: #FFFFFF;
    color : #b9b8f6;
}

.LargeButton {
    width: 160px;
    font-size: 12pt;
    font-weight : bold;
    border-color: #E9CFEC;
    padding: 3px;
}

.MediumButton {
    width: 120px;
    font-size: 10pt;
    font-weight : bold;
     border-color: #E9CFEC;
    padding: 2px;
}

.SmallButton {
    width: 40px;
    font-size: 7pt;
}
.errorMessage{
font-family : Arial;
font-size:10pt; 
color:#FF0000; 
font-style:italic
}