/* --------------------------GENERAL SITE STYLE-------------------------- */

body {
font-size: 90%;
font-family: Century Gothic, Helvetica, sans-serif; 
}

fieldset {
width: 90%;
}

legend {
font-weight: bold;
color: #CC6666;
}


/* --------------------------DEFAULT-------------------------- */
p {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-weight: normal;
font-size: 105%;
text-align: left;
margin-left: 25px;
margin-right: 20px; 
}
ol, ul {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif;
font-size: 95%;
font-weight: normal;
text-align: left;
margin-left: 25px;
margin-right: 20px;
}
h1, h2, h3, h4 {
font-family: Century Gothic, Helvetica, sans-serif;
font-weight: bold;
margin-left: 5px;
text-align: center;
}
h1 {
background: #ffffff; 
color: #990000; 
font-size: 150%; 
font-weight: bold;
margin: 0px;
}
h2 {
background: ffffff; 
color: #990000; 
font-size: 120%; 
text-align: left;
}
h3 {
background: #ffffff; 
color: #006666; 
font-size: 135%; 
font-weight: bold;
margin-left: 0px;
}

table {
width: 100%;
}

td {
color: #000000; 
font-weight: normal;
vertical-align: top;
text-align: center;
}

ul {font-weight: normal;}
/* --------------------------LINKS-------------------------- */
a {
text-decoration: none;
}
A:HOVER {
color:#990000;
text-decoration: underline;
}
a:visited {
color:#9933CC;
}

a:link {
color:#3366CC;
	}

img {border-style: none; margin-right: auto; margin-left: auto;}


/* --------------------------BUTTONS-------------------------- */

.button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    border-radius: 15px;
}

.buttonN {
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    border-radius: 5px;
}

.button1 {background-color: #CC6600; /* Orange */}
.button2 {background-color: #3333FF; /* Blue */}
.button3 {background-color: #4CAF50; /* Green */}


/* --------------------------SUB-MENUS-------------------------- */

.consultmenu {
	color: #CC6600; /* Orange */ 
	text-align: right;
	}



/* --------------------------TEXT ALIGNMENT and SIZE-------------------------- */
.center {
text-align: center;
vertical-align: top;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.topalign {
vertical-align: top;
}
.small {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 70%;
}
.pagetop {
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 70%;
}
.bus {
background: #ffffff; 
color: #1F6C06; 
font-size: 150%; 
font-weight: bold;
text-align: center;
margin: 0px;
}

/* --------------------------TOP HEADER-------------------------- */

.toplogo {
width: 3%;
text-align: left;
}

.topnav {
text-align: right;
}


/* --------------------------TOP ANCHOR TAG-------------------------- */
.top {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, sans-serif; 
font-size: 75%; 
}
/* --------------------------HEADERS-------------------------- */
.header {
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif;
font-weight: bold;
margin-left: 5px;
font-size: 175%; 
text-align: center;
}
/* --------------------------NAVIGATION-------------------------- */
.principle {
background: #FFFFFF; 
color: #CC6666; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 150%;
font-weight: bold;
text-align: center;
}
.alert {
color: #FF0000; 
text-align: center;
}

/* --------------------------MADFAT BODY-------------------------- */
.madfatbody {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 80%;
vertical-align: top;
text-align: left;
}

.bodytable {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 100%; 
font-weight: normal;
vertical-align: top;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-color: #000000;
border-style: solid;
width: 100%;
}

.bodytable A:HOVER {
color:#1F6C06;
text-decoration: underline;
}
.bodytable a:visited {
color:#1F6C06;
}

.bodytable a:link {
color:#4475C2;
	}

/* --------------------------QUOTATION-------------------------- */
.quote {
background: #1F6C06; 
color: #FFFFFF; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 80%;
font-weight: normal;
vertical-align: top;
text-align: center;
}

.quote A:HOVER {
color:#FFFFFF;
text-decoration: underline;
}
.quote a:visited {
color:#FFFFFF;
}

.quote a:link {
color:#FFFFFF;
	}
.imagetable {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 100%; 
font-weight: normal;
text align: left;
vertical-align: top;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-color: #000000;
border-style: solid;
margin-left: 25px;
margin-right: 20px; 
width: 100%;
}

.cv {
background: #FFFFFF; 
color: #000000; 
font-family: Century Gothic, Helvetica, sans-serif; 
font-size: 100%; 
font-weight: normal;
text align: left;
vertical-align: top;
padding: 5px;
}

.imagetable A:HOVER {
color:#000000;
text-decoration: underline;
}
.imagetable a:visited {
color:#3AC10F;
}

.imagetable a:link {
color:#4475C2;
	}


/* --------------------------FOOTER-------------------------- */
.footer {
background: #006666; 
color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 70%;
font-weight: normal;
vertical-align: top;
text-align: left;
}

