@charset "UTF-8";
/* CSS Document */




.mainText {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 21px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:link {color: #800000;
		text-decoration:none}

.mainDates {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 19px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:link {color: #800000;
		text-decoration:none}


.mainText18 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}


.mainTextHuge {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 42px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}


.mainTextWhite {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}


.mainTextWhiteMd {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.mainTextWhiteSm {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}


.mainWhiteSm {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}


.grid
{
border:1px;
border-color: #CCCCCC;
border-style: solid;
border-collapse:collapse;
border-width: 1px;
width:300px;
}


th { vertical-align: top }
td { vertical-align: top;
}
table   { 
border-collapse: collapse;}


ul.b {
  margin-left:16px;
  line-height:150%;
  margin-top:-1px;
}

ul.a {
  margin-left:10px;
  line-height:120%;
}

.overlay {
	position: absolute; 
	top: 1em; 
	right: 2em; 
    z-index: -1;
	font-weight: bold; 
	color: #fff;
}

.mainDate {
font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 19px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.orgby {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 17px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.titles {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.regtext {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}

.descript {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	
}

.descriptsm {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	
}



.descripty {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;  
	line-height: 5px;
	
}

.gridy {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}


.boxsm{
	border-radius: 8px; 
-moz-border-radius: 8px; 
-webkit-border-radius: 8px; 
border: 2px solid #000000;
color:#FFFFFF;
background:#000000; 
font-family: Arial, Helvetica, Geneva, sans-serif;
font-size: 16px;
width: 250px;
height: 30px;
line-height: 30px;
}

.boxsmrd{
	border-radius: 8px; 
-moz-border-radius: 8px; 
-webkit-border-radius: 8px; 
border: 2px solid #FFFFFF;
color:#000000;
background:#ff0000; 
font-family: Arial, Helvetica, Geneva, sans-serif;
font-size: 16px;
width: 270px;
height: 30px;
line-height: 30px;
}


@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}



.fade {
    -webkit-animation: fadein 2s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s infinite alternate; /* Firefox < 16 */
        -ms-animation: fadein 2s infinite alternate; /* Internet Explorer */
         -o-animation: fadein 2s infinite alternate; /* Opera < 12.1 */
            animation: fadeIn 2s infinite alternate;
}


/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 450px;
    background-color: #F5F5F5;
    color: #000000;
    text-align: left;
    border-radius: 6px;
	border-color: #000000; 
    padding: 15px;
    position: absolute;
    z-index: 1;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}