.title
{ 
  FONT-SIZE: 130%; 
  MARGIN: 10px 0px; 
  COLOR: #8caae7 ; 
  font-weight: bold;
  text-align: left;
}
.logo
{
  text-align: right;
}

.intro
{}

.submit
{}

.coloredLine
{
  background-color: #cccccc;
  padding: 0;
}

body       
{
  font-family: Verdana; 
  font-size=70%;
  line-height: 12pt;
}
td         
{ 
  FONT-SIZE: 70%; 
  COLOR: black; 
  FONT-FAMILY: Verdana 
}

.dateLabel {}
.comboLabel {}
.radioLabel {}
.textLabel  {}
.checkboxLabel {}

input      
{ 
  FONT-SIZE: 90%; 
  COLOR: black; 
  FONT-FAMILY: Verdana 
}
input.text      
{ 
  width: 200px; 
}
textarea   
{ 
  FONT-SIZE: 90%; 
  COLOR: black; 
  FONT-FAMILY: Verdana 
}
select     
{ 
  FONT-SIZE: 90%; 
  COLOR: black; 
  FONT-FAMILY: Verdana 
}
table.main 
{
  line-height: 12pt; 
  vertical-align: top; 
  border: 1px solid; border-color: #8caae7; 
  margin-top: 50px; 
}

a          { text-decoration: none }
a:hover    { color: #911162 }
