.positioncenter
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.highlighttopper
{
    background-color: rgb(255, 255, 204);
    font-weight:bold;
    font-family: Arial Black;
    font-size:1.4em;
}

.highlight
{
    background-color: rgb(255, 255, 204);
    font-weight:bold;
    font-family: Arial Black;
    font-size:1.15em;
   
}

.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}


.floatclear
{
    float:none;
}


.justify
{
    text-align:justify;
}

.arial
{
    font-family:Arial;
    color:#b30000;
    font-size:1.3em;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.style3
{
    font-family: Arial;
    font-size: 1.05em;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.style43
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: medium;
}

.style45
{
	text-align: center;
}

.style48
{
	font-family: Arial;
	font-size: x-small;
}

.style49
{
    width: 100%;
}


.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     font-size: 0;
}

.clearfix
{
	display: inline-block;
}
