.menugauche
a:link {
color: blue;
font-style: italic ;
}
a:visited {
color: green;
font-weight: bold;
}
a:active {
color: orange;
text-decoration: underline;
}
a:hover{
color: red;
font-weight: bold;
}

.menutop
a:link {
color: blue;
}
a:visited {
color: purple;
font-weight: bold;
}
a:active {
color: teal;
text-decoration: underline;
}
a:hover{
color: red;
font-weight: bold;
border: 4px outset #800080;
}




input, select {
    color : #000000;
    font-size : 12px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}
div {
    margin-top : 0px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
}
.px {
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    margin-top : 2px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
}
.px5 {
    padding-top : 5px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    margin-top : 5px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
}
.menu {
    color : #FFFFFF;
    margin-top : 9px;
    padding-bottom : 9px;
    margin-left : 10px;
    margin-right : 10px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}
.menu a {
    color : #FFFFFF;
    text-decoration: none;
}
.menu a:hover {
    color : #800080;
}
.title01 {
    color : #FFFFFF;
    margin-top : 5px;
    padding-bottom : 5px;
    margin-left : 10px;
    margin-right : 10px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}
.title02 {
    color : #000000;
    margin-top : 0px;
    padding-bottom : 0px;
    margin-left : 5px;
    margin-right : 5px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}
.title02 a {
    color : #000000;
    text-decoration: none;
}
.right {
    color : #003C5E;
    margin-top : 5px;
    padding-bottom : 10px;
    margin-bottom : 0px;
    margin-left : 10px;
    margin-right : 10px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}
.right b {
    color : #EF6D00;
}
.right a {
    color : #003C5E;
}
.right a:hover {
    color : #000000;
}
.left {
    color : #FFFFFF;
    margin-top : 10px;
    padding-bottom : 10px;
    margin-bottom : 10px;
    margin-left : 10px;
    margin-right : 10px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
.left a {
    color : #FFFFFF;
}
.left a:hover {
    color : #000000;
}
li {
    color : #000000;
    margin-top : -1px;
    padding-bottom : -1px;
    margin-bottom : -1px;
    margin-right : 1px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
ul, ol {
    color : #000000;
    margin-top : 0px;
    padding-bottom : 0px;
    margin-bottom : 0px;
    margin-right : 0px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
p {
    color : #000000;
    margin-top : 5px;
    padding-bottom : 5px;
    margin-bottom : 0px;
    margin-left : 10px;
    margin-right : 10px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
p a {
    color : #294A7B;
}
p a:hover {
    color : #000000;
}
.bot {
    color : #000000;
    margin-top : 20px;
    padding-bottom : 10px;
    margin-bottom : 0px;
    margin-left : 200px;
    margin-right : 10px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}
.bot a {
    color : #000000;
    text-decoration: none;
}
.bot a:hover {
    color : #294A7B;
}

.tabextern {
   border: thin solid Blue;
   background: Silver;
}