<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    color:#000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 130%;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
}

.RegTable{
    width: 100%;
    padding: 10px;
    font-size: 90%;

}

/* Define the hover highlight color for the table row
.RegTable td:hover {
    background-color: #A7D7E0;
}
*/
.RegTable td{
    width: 50%;
    vertical-align: baseline;
    padding:5px;
}

.TopDiv{
    width:100%;
    background-color:#F5F5F5;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
}

.DivSpeciaTab{
    height: 500px;
    overflow: scroll;
    border: 1px solid #CCCCCC;
    padding: 5px;
}


.DivTopWrapper{
    min-width: 100%;
    height: auto;
    width: 100%;
    top:0;
    margin: 0;
}

.TopDiv span{
    font-weight: bold;
    padding: 3px;
    font-size: 70%;
    margin-left: 10px;
}

/*Customize the color for specific deployment */
.TopDivBottom{
    min-width:100%;
    background-color:#0099FF;
    margin-bottom:30px;
    margin: 0;
}

/*Customize the color for specific deployment */
.TopDivLogo{
    min-width: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: auto;
    margin: 0;
    background-color: #0099FF;
}
/*Customize the color for specific deployment */
.TopDivLogo img{
    padding: 4px;
    margin-left: 10px;
}
/*Customize the color for specific deployment */
.MenuDiv{
    min-width: 100%;
    margin: auto;
    background-color:#000000;
    position: relative;
    z-index: 99;
}

.MenuDiv table{
    width: 100%;
}

.button {
    @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
    font-family: Montserrat, sans-serif;
    border: 1px solid #FFFFFF;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    font-weight: bold;
}

.button:hover {
    background-color: #FFFFFF; /* Green */
    color: #000000;
}

.InnerDivContainer{
    padding:15px;
    height: auto;
    min-width: 100%;
    background-color: #FFFFFF;
    position: relative;
    z-index: auto;
}

/*Customize the footer colors for the current deployment*/
.Footer{
    background-color:#000000;
    margin: auto;
    padding: 10px;
    float:left;
    border-top:2px solid #CCCCCC;
    min-width: 100%;
    width: 100%;
    color: #FFFFFF;
}

.Footer a:link{
    color: #FFFFFF;
}
.Footer a:visited{
    color: #FFFFFF;
}

.Footer a:hover{
    color: #FF0000;
}


.Footer h2{
    font-size: 110%;
}

.FooterInner{
    margin: auto;
    padding:10px;
}
.FooterInner table{
    height: 50px;
    font-weight: bold;
    color: #000000;
    font-size: small;
    font-weight: normal;
    position: relative;
    z-index: auto;

}
.push{
    height:100px;
}
.Divwrapper{
    min-height:100%;
}
html, body {
    height: 100%;
    margin: 0;
}
.TopDivBottomInner table{
    font-weight: bold;
    color: #FFFFFF;
}
/* Create three equal columns that floats next to each other */
/* Create two equal columns that floats next to each other */
/*Customize this for a 2 to 3 columns depending on the deployment. Set the width to 50% for a two columns or 33% pour 3 columns*/
.column {
    float: left;
    width: 33%;
    padding: 20px;
    min-height: 50%;
}

.ColumnRight {
    float: right;
    width: 500px;
    padding: 10px;
    margin-bottom:10px;
    display:block;

}
.ColumnLeft {
    width: 100%;
    padding: 10px;
    margin: auto;
    top: 0px;
    float: left;
}



/*
.column2:hover{
	border-left:1px solid #1B5CA8;
}
*/
/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }

}
.clearfix {
    overflow: auto;

}

@media screen and (max-width: 600px) {
    .column2 {
        width: 100%;
    }
}

.ColumnLeft p{
    font-size:80%;
}

.ColumnLeft a:link{
    color: #2288bb;
    font-weight: bold;
    text-decoration: none;
}

.ColumnLeft a:hover{
    text-decoration: underline;
    color: #999999;
}

.ColumnLeft a:visited{
    text-decoration: none;
    color: #2288bb;
}

.InnerDivContainer h2{
    font-size:115%;
    color:#1B5CA8;
}


.tabset{
    margin: auto;
    background-color: #FFFFFF;
    width: 90%;
}

.TileImg{
    float: left;
    margin: 0px 15px 15px 0px;
    /*border:1px #1B5CA8 solid;*/
    padding:2px;
}

.TileImg2{
    float: right;
    margin: 0px 15px 15px 0px;
    /*border:1px #1B5CA8 solid;*/
    padding:2px;
}


.column p{
    font-size:80%;
}
.InnerSection{
    margin:5px;
    border:1px solid #CCCCCC;
    float:left;
    padding:5px;
    width:100%;
    background-color:#F7F6F1;

}

.InnerSection2{
    margin:10px;
    border:1px solid #CCCCCC;
    float:left;
    padding:15px;
    margin:15px;
    width:100%;
}



.TxtContainer{
    float:right;
    /*border:1px solid #CCCCCC;*/
    padding:8px;
    text-align:left;
    font-size:90%;
    margin-bottom:10px;
    position: absolute;
    color:#000000;
    display: block;
}

.TxtContainer1 p{
    font-size: 100%;
}
.GenericFieldset{
    border-radius: 5px;
    border: 2px solid #006DC4;
    box-shadow:0 0 20px #999;
    width: 300px;
}
.ContentTab{
    margin-top:20px;
    /*border:1px solid #CCCCCC;*/
    padding:5px;
    float:left;
}

.CoolTable{
    width: 100%;
    padding: 10px;
    border: 1px solid #FFFFFF;
}
.CoolTable td{

}
input[type="email"],input[type="text"],input[type="password"]{
    width:100%;
    background:#fff;
    margin-bottom:4%;
    border:1px solid #ccc;
    font-size:100%;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
}


input[type="submit"],button{
    padding:10px;
    background:#3399cc;
    border-radius: 5px;
    border:0;
    font-size:120%;
    color:#fff;
    cursor:pointer;
    transition:background .3s;
    -webkit-transition:background .3s;

}
select{
    width:100%;
    background:#fff;
    margin-bottom:4%;
    border:1px solid #ccc;
    font-size:100%;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
}


legend{
    padding: 5px ;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #3399cc;
    border-radius: 5px;
    border: 1px solid #CCCCCC;

}

input[type="submit"]:hover{
    background:#2288bb;
}

.ClsImg1{
    width:25%;
    padding:1px;
    background-image: url("img/img1.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    height:230px;
    border:1px solid #005CA9;
    float:left;
}

.DivRegFrm{
    border: 1px solid #CCCCCC;
    padding: 10px;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 5px;
    border-bottom: 40px;
}
.LinkButton1{
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
}
.DivTerms{
    width: 100%;
    border-radius: 5px;
    background-color: #8d8d8d;
    color: #FFFFFF;
    padding: 5px;
    font-size: 90%;
    margin-bottom: 20px;
    font-weight: normal;
}

.DivTerms a:link{
    color: #FFFFFF;
    text-decoration: underline;
}
.DivTerms a:active{
    color: #FFFFFF;
    text-decoration: underline;
}
.DivTerms a:visited{
    color: #FFFFFF;
    text-decoration: underline;
}
.AuthorLogFls{
    border-radius: 5px;
    border: 2px solid #006DC4;
    box-shadow:0 0 20px #999;
    width: 300px;
    padding: 10px;
}
.AuthorLogFls h4{
    font-size: 100%;
}

.PwdUpdateFls{
    border-radius: 5px;
    border: 2px solid #006DC4;
    box-shadow:0 0 20px #999;
    padding: 10px;
    width: 50%;
}
.LeftLogDiv{
    float: right;
    padding: 10px;
    height: auto;
    width: 70%;
}
.LeftLogDiv p{
    font-size: 100%;
}
.LeftLogDiv ul li{
    font-size: 100%;
}
.PwdRecDiv{
    font-size:80%;
}

.LogImg{
    margin-top: 30px;
    height: 150px;
    width: 100%;
    padding: 3px;
    border: 1px solid #999999;
	background-image: url("../../img/banner.jpg");
	border-radius:5px;
	background-repeat:repeat-x;
 }
</pre></body></html>