.content_title
{
    font-family: Arial;
    font-size: 25px;
    font-weight: bold; 
    color: #01008A;
}

.par_title
{
    font-family: Arial;       
    font-size: 18px;
    font-weight: bold; 
    color: #01008A;
}

.paragraph10
{
    font-family: Verdana;       
    font-size: 10px;
}

.green12
{
    color: Green;
    font-family: Verdana;       
    font-size: 12px;
    font-weight: bold;
}

.red12
{
    color: Red;
    font-family: Verdana;       
    font-size: 12px;
    font-weight: bold;
}
.red10
{
    color: Red;
    font-family: Verdana;       
    font-size: 10px;
    font-weight: bold;
}

.red12Centre
{
    color: Red;
    font-family: Verdana;       
    font-size: 12px;
    font-weight: bold;
    align: center;
}

.blue10
{
    color: #01008A;
    font-family: Verdana;       
    font-size: 10px;
    font-weight: bold;
}

.par_headline
{
    font-family: Arial;       
    font-size: 18px;
    font-weight: bold; 
    color: #01008A;
    text-decoration: underline;
}

.paragraph11
{
    font-family: Verdana;       
    font-size: 11px;
}

.menu
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
}

.hyperlink
{
    text-decoration: inherit;
    color: Black;    
}

.hyperlink:hover
{
    text-decoration: underline;
    color: Red;    
}

.pagelinksmall
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: inherit;
    color: #01008A;
}

.pagelinksmall:hover
{
    text-decoration: underline;
    color: Red;    
}

.pagelinksmallblack
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: inherit;
    color: black;
}


.pagelink
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: inherit;
    color: #01008A;
}

.pagelink:hover
{
    text-decoration: underline;
    color: Red;    
}

.scrollBlock 
{
	height: 380px;
	overflow: auto;
	width: 100%;
	border: 1px;
}

.nonscrollBlock 
{
	display: block;
	height: 380px;
	overflow: hidden;
	width: 100%;
	border: 1px;
}

.pagelabels
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #01008A;
}

.pagetexts
{
    font-family: Verdana;
    font-size: 13px;
}

.black
{
    border-width: 0;
    color: #FFFFFF;
}