

  	body {
    		font-family: Arial;
    		font-size: 12px;


 
BACKGROUND-IMAGE: url(/images/blue-black-gradiant.png); 

BACKGROUND-REPEAT: repeat-x; 
BACKGROUND-COLOR: #7aa1c7; 


  	}
    	h1 {
    		font-family: Arial, sans-serif;
    		font-size: 30px;
    	}
    	h2 {
    		font-family: Arial, sans-serif;
    		font-size: 20px;
    		text-decoration: underline;
    	}
	.titles {
    		font-family: Arial, sans-serif;
    		font-size: 20px;
    		font-weight: bold;
    	}  
	.regular {
    		font-family: Arial;
    		font-size: 14px;
	}
	.blueregb {
    		font-family: Arial;
    		font-size: 14px;
			color: blue;
			font-weight: bold;
	}
	.heading {
    		font-family: Arial;
    		font-size: 30px;
    		font-weight: bold;
	}
	.smaller {
    		font-family: Arial;
    		font-size: 10px;
    		
	}

	.righter {
        font-size: 11px;
        font-weight: bold;
        width: 170px;
        margin-left:24px;
        margin-right:4px;
        display:block;
        float:right;
	}