/*###############################################################

FONTS
- css pre formatovanie pisiem

###############################################################*/


a {text-decoration: none;}
a:hover {text-decoration: underline;}
a, img {outline:none;}
strong, b {font-weight: bold;}
i, em {font-style: italic;}
.white {color: white;}

/*FONTS*/
.blue-8b { font-size: 8pt; color: #2fade1; font-weight: bold; }
.blue-9b { font-size: 9pt; color: #2fade1; font-weight: bold; }
.blue2-9b { color: #45a1d0; font-size: 9pt; font-weight: bold; }
.blue2-8b { color: #45a1d0; font-size: 8pt; font-weight: bold; }
.blue3-7 { color: #2baae1; font-size: 7pt; }
.blue3-9 { color: #2baae1; font-size: 9pt; }
.blue3-8b { color: #2baae1; font-size: 8pt; font-weight: bold; }
.blue3-8 { color: #2baae1; font-size: 8pt;}
.blue3-10b { color: #2baae1; font-size: 10pt; font-weight: bold; }
.blue3-11b { color: #2baae1; font-size: 11pt; font-weight: bold; }
.black-9 { color: #000; font-size: 9pt; }
.black-8 { color: #000; font-size: 8pt; }
.grayD-8 { color: #333; font-size: 8pt; }
.grayD-9 { color: #333; font-size: 9pt; }
.grayD-9b { color: #333; font-size: 9pt; font-weight: bold; }
.grayD-10b { color: #333; font-size: 10pt; font-weight: bold; }
.grayD-8 { color: #333; font-size: 8pt; }
.grayD-7 { color: #333; font-size: 7pt; }
.grayL-9 { color: #666; font-size: 9pt; }
.grayL-8 { color: #666; font-size: 8pt; }
.grayL-7 { color: #666; font-size: 7pt; }