body{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textsmall{

	font-size:10px;
	

}

.hide { display:none; }

.redText { color: #FF0000; }
.purple { color: #9A1164 ;}
.textmed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.textlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
}


.textXlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
}

.leftNav, a.leftNav, a.leftNav:visited{
    text-decoration:none;
    color:#9A1164;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-left:5px;
    margin-bottom: 10px;
    padding:2px;
    
}

a.leftNav:hover{
    color:#ffffff;
    background-color:#9A1164;
}


.leftNavGreen, a.leftNavGreen, a.leftNavGreen:visited{
    text-decoration:none;
    color:#1DA457;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-left:5px;
    margin-bottom: 10px;
    padding:2px;
    
}

a.leftNavGreen:hover{
    color:#ffffff;
    background-color:#1DA457;
}

