/* Price List */
.packagetitle {
font-size: 16px;
font-weight: bold;

}

#pricelist {
font-size: 12px;
font-family: tahoma;
line-height: 16px;
}

div#pricelist div {
margin-top: 5px;
margin-bottom: 5px;
}

.lifetimetitle
{
font-weight:bold;
}

.lightred {
color: #FF8080;
}

.medred {
color: #ff3535;
}

.darkred {
color: #ce0000;
}

.fullred {
color: #990000;
}

.yellow{
color: #FFCC00;
}

.stripeprice {
padding: 5px 5px 5px 5px; 
background-image: url(/img/bgstripe.gif);
}

.stripeprice:hover {
background-image: url(/img/bgstripeover.gif);
}

/* Registration Form */

.required {
font-size: 12px;
font-weight: bold;
font-family: tahoma;
color: #000000;
}

.required a:link, .required a:hover, .required a:visited, .required a:active {
color: #990000;
text-decoration: underline;
}

#errordiv, #errordiv2 {
background-image: url(/img/redstripe.png);
}

#errordiv2 {
margin-top: 10px;
}
