.title
{ 
  FONT-SIZE: 130%; 
  MARGIN: 10px 0px; 
  COLOR: #002261 ; 
  font-weight: bold;
  text-align: left;
}
.logo
{
  text-align: right; padding:11px 0px 0px 0px;
}

.intro
{ 
	color:#000000;
}

.submit
{}

.coloredLine
{
  background-color: #cccccc;
  padding: 0;
}

body       
{
  font-family: Verdana; 
  font-size=70%;
  line-height: 12pt;
  background-color:#CCCCCC;
}
td         
{ 
  FONT-SIZE: 70%; 
  COLOR: #000000; 
  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 #FFFFFF;
  margin-top: 50px; background-color:#FFFFFF; 
}

a          { text-decoration: none }
a:hover    { color: #911162 }

input.submit
{
margin-bottom:20px;
}


