@charset "utf-8";

/*Settings for TEXT STYLE*/

/*
font-style:  normal italic oblique
font-variant: normal small-caps
*/


h1 { 
font-family : Arial, Helvetica, sans-serif; 
color : #7ea5dc; 
font-size : 120%; 
text-align : center; 
} 

h2.h2-left { 
font-family : Arial, Helvetica, sans-serif; 
color : #7ea5dc; 
font-size : 110%; 
text-align : left; 
}
 
h2.h2-center { 
font-family : Arial, Helvetica, sans-serif; 
color : #7ea5dc; 
font-size : 110%; 
text-align : center; 
}
 
h2.h2-center-Red { 
font-family : Arial, Helvetica, sans-serif; 
color : #cc0000; 
font-size : 110%; 
text-align : center; 
}
 
h3 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 100%; 
} 

p { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 100%; 
} 

p.text-normal-100-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 100%; 
font-style : normal; 
text-align : left; 
} 

p.text-normal-100-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 100%; 
font-style : normal; 
text-align : center; 
} 



p.text-blue-bold-100-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #7ea5dc; 
font-size : 100%; 
font-style : normal; 
text-align : left; 
} 

p.text-blue-bold-100-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #7ea5dc; 
font-size : 100%; 
font-style : normal; 
text-align : center; 
} 





p.text-normal-80-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 80%; 
font-style : normal; 
text-align : left; 
} 

p.text-normal-80-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 80%; 
font-style : normal; 
text-align : center; 
} 

p.text-whiteBold-120 { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #ffffff; 
font-size : 120%; 
} 

p.text-whiteBold-100 { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #ffffff; 
font-size : 100%; 
} 

ul { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 100%; 
color : #000000; 
} 

.ul-80 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 80%; 
font-style : normal; 
line-height : normal; 
font-weight : normal; 
font-variant : normal; 
text-transform : none; 
color : #000000; 
} 

ul.disc { 
list-style-type : disc; 
} 

ul.circle { 
list-style-type : circle; 
} 

ul.square { 
list-style-type : square; 
} 

ul.none { 
list-style-type : none; 
} 

ol.decimal { 
list-style-type : decimal; 
} 

ol.lroman { 
list-style-type : lower-roman; 
} 

ol.uroman { 
list-style-type : upper-roman; 
} 

ol.lalpha { 
list-style-type : lower-alpha; 
} 

ol.ualpha { 
list-style-type : upper-alpha; 
} 

ol { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 100%; 
font-style : normal; 
line-height : 150%; 
font-weight : normal; 
font-variant : normal; 
text-transform : none; 
color : #000000; 
}
