a {
    color: white;
    text-decoration: none;
}

a:link {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #E2E46B;
    text-decoration: none;
}

a:active {
    color: #E2E46B;
    text-decoration: none;
}

a:visited {

}

a.searchLink {
	color: #000;
	text-decoration: none;
}

body {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #FFFFFF;
    cursor: default;
}

td, div {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #FFFFFF;
    cursor: default;
}

td.active {
    color: #547EB3;
    background: #E2E46B;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

div.active {
    color: #547EB3;
    background: #E2E46B;
}

h1 {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 12px;
    color: #E2E46B;
    font-weight: bolder;
}

.etiquette {
    font-size: 9px;
}

input, textarea {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #375375;
    background: #E2E46B;
    border: 1px inset silver;
    padding-left: 1px;
    padding-right: 1px;
}

select {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    color: #375375;
    background: #E2E46B;
    border: 1px inset silver;
    padding-left: 2px;
    padding-right: 2px;
    cursor: default;
}

input.btn {
    border: 1px outset silver;
    cursor: hand;
}

input.opt {
    border: none;
    background: transparent;
}

.menutitle{
    cursor:default;
    color:#FFFFFF;
    width:170px;
    height: 17px;
    padding:2px;
}

div.active {
    color: #547EB3;
    background: #E2E46B;
    width:170px;
    height: 17px;
    padding:2px;
}

fieldset {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    border: 1px solid silver;
}

legend {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-variant: small-caps;
    color: silver;
    cursor: default;
    font-weight: bolder;
}

.legend {
    font-family: Tahoma, sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-variant: small-caps;
    color: silver;
    cursor: default;
    font-weight: bolder;
}

hr {
    border: 1px solid silver;
    height: 1px;
}

.opt {
    background: transparent;
    border: none;
}
