
/*Top tables, logos, etc*/ 
.bkg1 {background-image: url(../images/bkg11.gif);background-repeat: repeat-x; } 
.bkg2 {background-image: url(../images/bkg1.gif);background-repeat: repeat-x;}
.bkg3 {background-image: url(../images/spgray1.jpg);background-repeat: repeat-x;}

/*Bkg colors*/ 
.bkred {  background-color: #4c1212}
.bkblue {  background-color: #22336b}
.bkgraylite {  background-color: #f1f0f0}


.h1,.h2,.h3,.h4,.h5,.h6{ font-family: Arial, Helvetica, sans-serif;}
.h1 { font-size: 5pt; color:#ffffff;} /* Header L1 */
.h2 { font-size: 15px; } /* Header L2 */
.h3 { font-size: 16px; color: #4c1212; font-weight: bold; text-align:center;} /* Header red titles */
.h4 { font-size: 14px; color:#000000;}
.h5 { font-size: 14px; color: #22336b; font-weight: bold;} /* Child page subject titles */
.h6 { font-size: 12px; color: #4c1212; font-weight:bold;} /* simulate visited menu item attic area */







A {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold ; text-align: left}
	A:link {color: #22336b;text-decoration: none; font-weight:bold;}
	A:visited {color: #22336b;text-decoration: none; font-weight:bold;}
	A:hover {color: #4c1212;text-decoration: none; background-color: #e3e3e3; font-weight:bold;}
	A:active {color: #22336b; text-decoration: none;}

