﻿.ptext {
	font-family: arial;
	font-size: 15px; 
	color: #000000; 
	}
	
.pbtext {
	font-family: arial;
	font-size: 15px; 
	color: #000000;
    font-weight: bold; 
	}
	
.htext {
	font-family: Calibri;
	font-size: 16pt; 
	color: #333399; 
	font-weight: bold;
	}
	
.btext {
	font-family: Calibri;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	text-align: center
}

.ltext {
	font-family: arial;
	font-size: 15px; 
	color: #000000; 
	}

a.ltext:hover {
	color: blue;
	text-decoration: none;
	}
a.ltext:link {
	color: blue;
	text-decoration: none;
	}
a.ltext:visited { 
	color: blue;
	text-decoration: none;
	}
a.ltext:hover {
	color: #CC0000;
	text-decoration: none;
	}
a.footer:hover {
	color: blue;
	text-decoration: none;
	}
a.footer:link {
	color: blue;
	text-decoration: none;
	}
a.footer:visited { 
	color: blue;
	text-decoration: none;
	}
a.footer:hover {
	color: #CC0000;
	text-decoration: none;
	}

.footer {
	font-family: arial;
	font-size: 12px; 
	color: #00000; 
	}
	
.footerhr {
				color: #333399;
}	

.ftext {
	font-family: arial;
	font-size: 12px; 
	color: #000000; 
	}
	
.fbtext {
	font-family: arial;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: url(../images/menu_default.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li .current{
color: white;
background: transparent url(../images/menu_active.jpg) center center repeat-x;
}

.solidblockmenu li a:hover{
color: white;
background: transparent url(../images/menu_active.jpg) center center repeat-x;
}
