a:link { 
  color : #6699cc; 
  text-decoration : none;
  font-weight: regular;
}

a:visited { 
  color : #6699cc; 
  text-decoration : none ;
  font-weight: regular;
}

a:active { 
  color : #6699cc;
  text-decoration : none ;
  font-weight: regular;
}

a:hover { 
  color : #ff6666;
  text-decoration: underline;
  font-weight: regular;
  cursor: default;
}

body { 
  margin : 0px ;
  background-color: #EFEFEF;
  color : #000000;
  font-family : Verdana;
  font-size : 13px;
  line-height: 15p;
  background-image: url(2010img/pidc-myvc-BACKGROUND.jpg);
  background-attachment: fixed;

             }

td { 
  margin : 0px ;
  background-color: #FFFFFF;
  color : #333333;
  font-family : Verdana;
  font-size : 11px;
  line-height: 15px;
  vertical-align: top;
  text-align: justify;
             }

h1 { 
  color : #666666;
  text-decoration : none;
  font-style: italic;
  text-transform: lowercase;
  font-size : 20px;
  font-family : Georgia;
  line-height: 25px;
  text-align: right;
  border-bottom: 1px dashed #ff9900;
}

h2 { 
  line-height: 25px;
  text-align: left;
  border-bottom: 1px groove #777777;

h3 { 
  font-style: bold;
  font-size : 20px;
  font-family : Georgia;
  line-height: 25px;
  text-align: right;
}


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 

