//* THIS IS CCI PREPAID SERVICES CSS PAGE *//
.box1 {
 background: rgb(192,168,72);

border-left: solid;
border-right: solid;
border-top: solid;
border-bottom: solid;
border-left-width: thin;
border-bottom-width: thin;
border-top-width: thin;
border-right-width: thin;
border-color: rgb(156,136,54);
}
a.hyperlinknormal {
 color:blue;
 text-decoration:underline;
}
a.plain {
 color:black;
 text-decoration:none;
}
.headertext {
 color: black;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: 1em;
}
.h1 {
 color: black;
 font-family: "Time New Roman",Verdana,Arial;
 font-size: 1.25em;
 font-weight: bold;
}
.h1white {
 color: white;
 font-family: "Time New Roman",Verdana,Arial;
 font-size: 1em;
 font-weight: bold;
}
.maintext {
 color: black;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: .85em;
}
.maintextwhite {
 color: white;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: .85em;
}
.italic {
 color: black;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: .85em;
 font-style:italic;
}
.empname {
 color:black;
 text-decoration:underline;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: 1em;
 font-weight: bold;
}
.empdetail {
 color:black;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: .85em;
}
.formfields {
 background: #ffff99;
 color: black;
 font-family: Verdana, Arial;
 font-size: 0.75em;
}