/*

 pink: #DF3B89

 */

p {
 font: 11px/16px Verdana, Arial, sans-serif;
 color: #000000;
}

p.right-details {
 font: bold 11px/20px Verdana, sans-serif;
 color: #DF3B89;
}

p.right-details b {
 color: #FFFFFF;
 font-size: 18px;
}

p.right-details a:link, p.right-details a:visited {
 color: #FFFFFF;
 text-decoration: underline;
}

p.right-details a:hover {
 color: #FFCCCC;
 text-decoration: none;
}

p.copyright {
 font: bold 10px Verdana, sans-serif;
 color: #FFFFFF;
}

p.copyright a:link, p.copyright a:visited {
 color: #FFFFFF;
 text-decoration:underline;
}

p.copyright a:hover {
 color: #FFCCCC;
 text-decoration: none;
}

p.title {
 font: 24px/30px Verdana, Arial, sans-serif;
 color: #DF3B89;
 border-bottom: 3px double #DF3B89;
 padding-bottom: 3px;
}

.pink_border {
 border: 1px solid #DF3B89;
}

.subhead {
 font: bold 16px/20px Verdana, Arial, sans-serif;
 color: #666666;
}

.large {
 font: 14px/18px Verdana, Arial, sans-serif;
}

.small {
 font-size: 10px;
}

/* link styles */

a:link, a:visited {
 color: #DF3B89;
 text-decoration: none;
}

a:hover {
 color: #666666;
 text-decoration: underline;
}

/* input styles */

.inputbox {
 border: 1px solid #DF3B89;
 font: 11px Verdana;
}

.submit {
 border: 1px solid #000000;
 background: #DF3B89;
 color: #FFFFFF;
 font: bold 11px Verdana;
}
 





