    /* ----------------------------------\\     Small Content Class       //---------------------------------- */
    
.small {
    /* Small Class - Arial  */
	font-size : 12pt;
	font-family : arial;
	color : black;
	}
	
.copyright {
    /* Small Class - Arial  */
	font-size : 11pt;
	font-family : arial;
	color : black;
	}	
    
    /* ----------------------------------\\     Regular Content Class       //---------------------------------- */

.regular {
    /* Regular Content Class - Arial */
    color : Black;
    font-family : courier new, courier;
    font-size : 9pt;
}

.regulara {
    /* Regular Content Class - Arial */
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
}


.regularb {
    /* Regular Content Class - Arial Bold*/
    color : Black;
    font-family : Arial, Helvatica, sans-serif;
    font-size : 100%;
    font-weight : bold;        
}

.event_head {
    /* Regular Content Class - Arial Bold*/
    color : A20000;
    font-family : arial;
    font-size : 12pt;
    font-weight : bold;        
}

    /* ----------------------------------\\     Headlines Class      //---------------------------------- */ 
    
    .headline {
    /* Headline Class - Arial */
	font-size : 18pt;
	font-family : arial;
	color : black;
    font-weight : bold;
	}
    
 .header {
	font-size : 20pt;
	font-family : arial;
	color : black;
	}    

     /* ----------------------------------\\     Catagory Class      //---------------------------------- */   

.catagory {
    /* Catagory Class - Arial */
	font-size:16pt;
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	}
 
    /* ----------------------------------\\     Links Class      //---------------------------------- */ 

a {
    /* navi WHITE Class - Verdana */
	font-size : 12pt;
	color : blue;
	}

a.event {
    /* for links in event descriptions */
	font-size : 9pt;
	color : blue;
	}
	
a.info {
    /* email, website, & thecabin.net links for candidates & officeholders */
	font-size : 9pt;
	color : blue;
	}
	
a.navia {
    /* navi WHITE Class - Verdana */
	font-size : 12pt;
	font-family : Verdana;
	color : #6B5DA5;
	font-weight : none;
	text-decoration : underline;
	}
		
a.navib {
    /* navi GREEN Class - Verdana */
	font-size : 12pt;
	font-family : Verdana;
	color : #6B5DA5;
	font-weight : none;
	text-decoration : underline;
	}
	
a.navic {
    /* navi YELLOW Class - Verdana */
	font-size : 12pt;
    font-family : Verdana;
	color : #FFF600;
	font-weight : bold;
	text-decoration : none;
	}
	
a.navinav {
	font-size : 12pt;
	color : #00275C;
	font-weight : none;
	text-decoration : none;
	}		
   
a.nonlink {
    /* nonlink  Class - Verdana */
    color : #000000;
	text-decoration : none;
	}  
    
/*A:hover {
	text-decoration : underline;
	}
     /* ----------------------------------\\     Special Class      //---------------------------------- */  
 
body {
    background : #F5F5F5;
	font-family : Helvatica;
    margin-left : 0px;
    margin-top : 0px;
	font-size : 12pt;
}
    
/*   
    These are scrollbar styles
                        
	scrollbar-face-color: #;
	scrollbar-shadow-color: #;
	scrollbar-highlight-color: #;
	scrollbar-3dlight-color: #;
	scrollbar-darkshadow-color: #;
	scrollbar-track-color: #;
	scrollbar-arrow-color: #; 
*/
    
     /* ----------------------------------\\     Custom Class      //---------------------------------- */
     
     /* This section is for you to put custom classes in */
     
     
     
     
     
     
