﻿@charset "utf-8";/*Text CSS fileVersion: 1.0.1Updated: 20140211*/
.required {  
    color: #C31818;  
    font-size: 13px;  
    font-weight: 700; 
    line-height: 1;

}

p, span, div, ul {	
    font-family:  Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;	
    font-size: 13px;	
    line-height: 19px;    
    color: #333333;	
    font-weight: 400;    

}
h1, h2, h3, h4{  	
    font-family: 'Droid Sans', Arial, serif;  	
    -webkit-transform: rotate(-0.0000000001deg); 
    /* A little antialias hack for chrome */	

}

.floatright {	
    float: right; 	

}

.floatleft {	
    float: left; 	

}

h1 {
    color: #5145A0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

h2 {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #5145A0; /* color: #666666; */
}
h3 {	
    padding-bottom: 5px;	
    font-size : 16px;	
    font-weight: 600;	
    color: #666666;	

}

h4 {
    font-size: 16px;
}
                                            
 a { 
     outline: none;    
     color: #2B23FF;    
     text-decoration: none;

 }

/**umb_name:Heading1*/
h1{}

/**umb_name:Heading2*/
h2{}

/**umb_name:Heading3*/
h3{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Float right*/
.floatright{}

/**umb_name:Box float right*/
.box floatright{}