﻿<style type="text/css">
body {font-family:tahoma;font-size:10pt}
table {font-family:tahoma;font-size:10pt}
h1 {font-family:tahoma;font-size:20pt}
a {font-family:tahoma;font-size:10pt;text-decoration:none;}
a:link {color:blue}
a:visited {color:gray}
a:hover {color:#0099FF}
a:active {color:#000099}
p {font-family:tahoma;font-size:10pt}
input {font-family:tahoma;font-size:10pt}
select {font-family:tahoma;font-size:10pt}
textarea {font-family:tahoma;font-size:10pt}

/* .one is used in the distributor function side menus, and in tech help documents */
a.one:link {color:white}
a.one:visited {color:white}
a.one:hover {color:#0099FF}
a.one:active {color:#003399}
a.one {font-weight:bold}

/* .map is for the distributor function */
img.map {margin-top:20px;margin-bottom:20px;margin-left:5px;margin-right:5px}

/* .head is used in tech help menu heading */
a.head:link {color:navy}
a.head:visited {color:navy}
a.head:hover {color:yellow}
a.head:active {color:white}
a.head {font-weight:bold;font-size:13pt}


/* .menu & .menuhead is used for menu listing */
a.menu:link {color:white}
a.menu:visited {color:white}
a.menu:hover {color:cyan}
a.menu:active {color:navy}
a.menu {font-family:tahoma;font-weight:bold;font-size:10pt}

a.menuhead:link {color:white}
a.menuhead:visited {color:white}
a.menuhead:hover {color:cyan}
a.menuhead:active {color:navy}
a.menuhead {font-family:tahoma;font-weight:bold;font-size:13pt}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.rounded-corners2 {
    behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}
</style>