.smallest { 	font-family:	Arial, sans-serif, helvetica condensed, helvetica; 
			font-size:	60% }
.smaller  { 	font-family:	Arial, sans-serif, helvetica condensed, helvetica; 
			font-size:	70% }
.small 	  { 	font-family:	Arial, sans-serif, helvetica condensed, helvetica; 
			font-size:	80% }
.normal   { 	font-family:	Arial, sans-serif, helvetica condensed, helvetica; 
			font-size:	100% }
.big 	  { 	font-family:	Arial, sans-serif, helvetica condensed, helvetica; 
			font-size:	110% }
.bigger   { 	font-family:	Arial, sans-serif, helvetica condensed, helvetica; 
			font-size:	130%}
.crazysmall 	  { 	font-family:	Arial, sans-serif, helvetica condensed, helvetica; 
			font-size:	80%; color: red }

a {
   color:blue;
}

	#newnavbar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 145px;
        background-color: #AAC5CC;
    }
    
    ul#newnavbar li a {
        display: block;
        color: #715B91;
        font-size: 13px;
        font-family: Arial, sans-serif, helvetica;
        font-weight:bold;
        font-style: italic;
        padding: 6px 16px;
        text-decoration: none;
    }
    
    ul#newnavbar li a:hover {
        color: white;
    }

	#newcust_head {
        color: #B2417F;
		font-size: 16px;
		font-family: Arial, sans-serif, helvetica;
		font-weight:bold;
    }


