body {
   font-family: verdana, arial, helvetica; 
   font-size: 10pt; 
   color:#ffffff;
   margin: 5px;
   padding: 0px;  
   background-color: #ffffff;  
   background-image: url(images/body.gif);
   }
h1 {
   font-size: 14pt; 
}
.template{
   border: #E4E4E4 solid 5px;
}

.foot { 
   background-image: url(images/bg.jpg); 
   border-top: #444444 solid 1px;
   vertical-align: middle;
   padding-left: 40px;
   padding-right: 40px;
   font-size:8pt; 
   text-decoration:none; 
   color: Silver;
   height: 150px; 
   }

.head { 
   background-image: url(images/bg.jpg); 
   height: 150px; 
   border-bottom: #444444 solid 1px;
   vertical-align: bottom;
   }

.content{
   padding: 10px;  
   color: #ffffff;
   background-color: #000000;  
   font-size: 10pt;
}

.content img {
   padding: 5px;  
   border: #444444 solid 1px;
}

.content td{
   font-size: 10pt;    
}

.greeting {
   color: Silver;  
   font-size: 8pt;
}

.logo {
   background: inherit; 
   padding-bottom: 50px;
   padding-left: 40px;
   vertical-align: bottom;  
   }

.address {
   background: inherit; 
   text-align: left;
   padding-left: 10px;
   vertical-align: bottom;  
   font-size: 8pt;
   color: #333333;  
   }

.phrase {
   background: inherit; 
   padding-bottom: 40px;
   padding-right: 40px;
   text-align: right;
   font-family: Times New Roman;  
   font-style: italic;   
   vertical-align: bottom;  
   font-size: 18pt;
   color: Silver;  
   }
         
.title {
   font-size: 24pt;
   color: White; 
}

.degree{
   font-size: 8pt;   
   color: Silver; 
}

.orange{
   color: #ff4b00;
}

.menu{
   background-color: #ff4b00; 
}

table td a img.fpbutton{
    margin-left: 15px; 
    margin-right: 15px;
    border: solid 5px white; 
}

table td span {
    color: #ff4b00;
}
A:link, A:active, A:visited, A:hover { color: #ffffff; text-decoration: none;}

.heading {
  font-family: Impact,Sans Serif,Verdana,Arial;
  font-size: 18px;
  color: #ff4b00;
  font-weight: normal;
  }  
    
.textbox {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; color: #000000; 
  background-color: #FFFFFF; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  }  
  
input {
  border-style:groove; 
  background-color: #FFD7C6;
}

input.fake {
  border-style:none; 
  background-color: #FFFFFF;
}

input.imagebutton {
  border-style:none;
}

input.radio {
  border-style:none; 
  background-color: Transparent;
}

textarea {
  border-style:groove; 
  background-color: #FFD7C6;
}

.selectlist {
  font-family: Verdana, arial, helvetica, sans-serif; 
  font-size: 10pt; 
  background-color: #FFD7C6; 
  color: #000000;
}

.border_1 {
  background-color: #F0F0F0;
  border: #C0C0C0 solid 1px;
  padding: 3px; 
  }
  
.border_2 {
  background-color: #F0F0F0;
  border: #990000 solid 1px;
  padding: 3px; 
  }

table.form
{
    background-color:#E0E0E0;
    color: #000000;
    margin: 0px;
    padding: 0px;
    border: 1px dotted #808080;
}

table.form table
{
    color: #000000;
}

table.form thead th
{
    background-color: #ff4b00;
    text-align: center;
    font-variant: small-caps;
    border: 1px solid #808080;
}
table.form tbody th
{
    background-color: #D0D0D0;
    text-align: right;
    font-size: 10pt;
    border-bottom: dotted 1px black;
    border-right: dotted 1px black;
    border-color: #808080;
    font-weight: normal;
    white-space: pre-wrap;
    padding-right: 3px;
    vertical-align: top;
}
table.form tbody td
{
    text-align: left;  
    font-size: 10pt;
}
table.form tfoot td
{
    text-align: right;  
    font-size: 10pt;
}
