﻿h3
{
    font-size:9pt;
    font-weight:bold;
    font-family:Verdana;
    color:Black;		    
    margin-top:5px;
    margin-bottom:5px;	    
}

h4
{
    font-weight:bold;
    font-family:Verdana;
    font-size:7.5pt;
    color:Black;	
    margin-top:5px;
    margin-bottom:5px;	    
}		

h5
{
    font-family:Verdana;
    font-size:7.5pt;      
    font-style:italic;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;	  
    color:Gray;  
}			

P
{
    font-family:Verdana;
    font-size:7.5pt;	    
    font-weight:normal;
    color:Gray;
    margin:0px 0px 6px 0px;
    line-height:1.2em;
}

UL
{
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 0px;
    list-style-type:circle;
    list-style-position:outside;
}

LI
{
    font-family:Verdana;
    font-size:7.5pt;
    font-weight:normal;
    color:Gray;
    line-height:1.2em;    
    margin:0px 0px 6px 15px;
}

A
{
    text-decoration: none;
    color:Gray;
    font-family: Verdana;
    font-size:7.5pt;
    font-weight: bold;
}

 .RadEContent, .RadEContentBordered
 {
    font-family:Verdana;
    font-size:7.5pt;	    
    font-weight:normal;
    color:Gray;
    margin:0px 0px 6px 0px;
    line-height:1.2em;
 }

.CentreAlignedImage
{
    text-align:center;   
}

.RightFloatedImage
{
    float:right;
}

.LeftFloatedImage
{
    float:left;
}

#PageContentImages        
{
    float:right;
    border: solid 0px red;
    margin-right:7px;
}
