/*
Default CSS document for Prepay Systems intranet site
*/


/* standard body layout */
body { background-color: white;
       font-family:      Helvetica, Arial, Verdana;
       color:            #000099;
       font-size:        12px;
       margin-left:      0px;
       margin-right:     0px;
       margin-top:       0px;
       margin-bottom:    0px;
       }

hr.nw { height: 1px; }               /* narrow horizontal line */
hr.n  { height: 1px; width: 600px; } /* narrow horizontal line restricted to 600 pixels wide*/

.10px { font-size : 10px; }
.11px { font-size : 11px; }
.11pxbold { font-size : 11px; font: bold; }
.11pxul { font-size : 11px; text-decoration: underline; }
.12px { font-size : 12px; text-decoration: none;}
.12pxbold { font-size : 12px; font: bold; }
.12pxul { font-size : 12px; text-decoration: underline; }
.13px { font-size : 13px; }
.14px { font-size : 14px; }
.15px { font-size : 15px; }
.15pxbold { font-size : 15px; font: bold;}
.italic { font-style: italic; }

a { color : #000099; text-decoration: none; }
a:hover { text-decoration: underline; }
.pageheading { font-size: 20px; color: #990000; text-indent: 20px; padding-top: 1em; }
.subsecheading { font-size: 17px; color: #990000; text-indent: 20px; }
.stdtext { font-size : 15px; text-indent: 20px; }    
.bodyheading { font-size: 15px; color: #990000; }   
.sigline { font-size : 9px; }  
.textright { text-align: right; }
.padding {padding-left: 3em;}
BODY { background: url("tinybolt.jpg"); background-color: transparent; }




/* old */

.MenuHeader {
font-size : 14px;
font: bold;
font: italic;
}  

.Small { font-size : 10px; }  

.SmallBold {
font-size : 11px;
font: bold;
}  
         
.Link {
font-size : 10px;
}

.BodyTitle {
 font-size : 22px;
 margin-left: 15px;
 font-weight: lighter;
 color : #990000;
}

.BodyTitleNI {
 font-size : 22px;
 font-weight: lighter;
}

.BodyHeader {
   font-size : 15px;
   margin-left: 15px;
}   

.BodyHeaderTeal {
   font-size : 15px;
   margin-left: 15px;
   color : #990000;
}   

.BodyText {
   font-size : 12px;
   margin-left: 15px;
}    

.BodyTextNoMargin {
   font-size : 12px;
   margin-left: 0px;
}  
.BodyTextIndent1 {
   font-size : 12px;
	margin-left: 30px;
}

.BoxHeader {
   font-size : 15px;
	margin-left: 15px;
	color: white;
	font-weight: bold;
}  

.Sig {
   font-size : 9px;
   	margin-left: 15px;
}  

.Bold { font: bold; }
.Teal { color : #990000; }   
.MainHead { font-size : 20px; color : #990000; }   
.SubHead { font-size : 15px; color : #990000; }


.CVSText {
   font-size : 12px;
   text-align: left;
}    

#.CVSList {
#	list-style-position: outside;
#	list-style-type: decimal;
#	white-space: normal;
#}


