* { margin:0 auto; padding:0;}
/* Font */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/* page propeties */
body {
	margin-top: 0px;
    background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #75C062;	
}
ul {
	list-style-image:url();
    padding: 0;
    margin-left: 4em;

}
a img {	
 border:none;
 }
a:focus 
{
outline: 0;
}
/* Images tags */
.img {
padding: 10px 10px 10px 10px;
}
.imgleft {
float: left;
padding: 10px 10px 10px 0px;
}
.imgright {
float: right;
padding: 10px 0px 10px 30px;
}
.imgcenter {
float: middle;
padding: 10px 0px 10px 0px;
}

}

/* Table tags*/
/* top, right, bottom, left */
.tableleft {
	padding:0px 0px 0px 0px;
	text-align:justify;
	vertical-align: top;	
}
.tablepad {
	padding:0px 10px 0px 10px;
	text-align:left;
}
.tablemain {
	padding:30px 30px 0px 30px;
	text-align:justify;
	vertical-align: top;	
}
.tablewhite {border: 2px solid #fff}

.tablefoot {
	font-size: 10px;
	padding:20px 0px 0px 0px;
	text-align:center;
	vertical-align: top;
	color: #FFF;
}
.body {font-size: 12px}
/* Font used on white table */
.bodydark {
	font-size: 12px;
	color: #000000;
}
/* Title tag */
h1 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
/* Title tag for white table*/
h5 {
	font-size: 12px;
	color: #DD3B96;
	font-weight: bold;
}
/* Subtitle tag */
h2 {
	font-size: 12px;
	color:#DD3B96;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	color: #6367AC;
	font-weight: bold;
	
}
h7 {
	font-size: 10px;
	color: #6367AC;
}
/* Dark Text tag*/
h3 {
	font-size: 10px; 
	color: #FFFFFF; 
}
/* Footer Text tag*/
h4 {
	font-size: 12px; 
	color: #272727; 	
}
/* Links*/
a:link {
	color: #529E3F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #529E3F;
}
a:hover {
	text-decoration: underline;
	color: #529E3F;
}
a:active {
	text-decoration: none;
	color: #529E3F;
}
/* Footer Link*/
a.foot:link {
	font-size: 10px; 
	color: #ffffff;
	text-decoration: none;
}
a.foot:visited {
	color: #ffffff;
	text-decoration: none;
}
a.foot:hover {
	color: #666CB2;
	text-decoration: underline;
}
a.foot:active {
	text-decoration: none;
}

p {margin: 1em 0;}
.h1OnWhite{color: #094555;}
.pOnWhite{color: #272727;
}

/*DROP DOWN MENU */

.dropdown {
    /*float: left;*/
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 16px;    
    border: 1px #FFFFFF;
    outline: none;
    color: white;
    /*padding: 14px 16px;*/
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 160px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

