body {
 margin:0;
 padding:0;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 70%;
 color: #505050;
 text-align: left;
}

p {
 margin: 3 0 3 0;
 padding:2 0 2 0;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 70%;
 color: #505050;
 text-align: justify;
 line-height: 140%;
}

em {
 color: #000000;
 font-style: normal;
}

strong {
 color: #505050;
}

cite, var, address {
 color: #505050;
 font-style: normal;
 margin: 5 0 5 40;
 letter-spacing:1pt;
}

code, samp, pre {
 color: #505050;
 margin: 5 0 5 40;
}

abbr, acronym {
 color: #505050;
 letter-spacing:1pt;
}


a { text-decoration: none; color : #3F3F99; font-weight:bold;}

a:hover { text-decoration: underline; color : #3333CC;}

input, textarea, select { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 75%; color: #505050; vertical-align: middle; }

form { margin: 0; }

img { border: 0; }

.header { font-family: 'Times New Roman',Times,serif;
	      font-size : 240%;
          font-weight: bold;
          color : #EFEFEF;
          font-variant:small-caps
}

.contentleft {
		}

.contentright {}

h1 {
    font-family: 'Times New Roman',Times,serif;
    font-size : 180%;
    font-weight: bold;
    color : #3F3F99;
    margin: 15 0 10 0;
    font-variant:small-caps;
    text-transform:capitalize;
}

h2 {
    font-family: 'Times New Roman',Times,serif;
    font-size : 150%;
    font-weight: bold;
    color : #3f3f99;
    margin: 15 0 10 0;
    font-variant:small-caps;
}

h3 {
    font-family: 'Times New Roman',Times,serif;
    color: #3f3f99;
    font-size : 130%;
    font-weight: bold;
    margin: 10 0 5 0;
}

h4 {
    font-family: 'Times New Roman',Times,serif;
    color: #7f7f7f;
    font-size : 125%;
    font-weight: bold;
    margin: 10 0 5 0;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    font-size : 90%;
    font-weight: bold;
    margin: 10 0 0 0;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    font-size : 75%;
    font-weight: bold;
    margin: 10 0 0 0;
}

ul {
    list-style-type:square;
    margin : 5 0 10 16;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 70%;
    color: #505050;
    text-align: left;
}

li {
    margin: 0 0 5 0;
    line-height: 120%;
}

hr {
	color: rgb(153, 153, 204);
    margin: 15 0 0 0;
	width: 478px;
	height: 1px;
	text-align: center;
}
#mainNavbar {
    background-color: rgba(52, 51, 153, 0); /* #343399 with 0 alpha */
    transition: background-color 0.6s ease;
}

#mainNavbar.scrolled {
    background-color: rgba(52, 51, 153, 0.95);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


.small_logo3 {
    height: 40px;
}

.flags {
    height: 20px;
    width: auto;
}
