a:link    { color: #78635A; font-family: Arial; font-size: 9pt; text-decoration: none }
a:visited { color: #78635A; font-family: arial, helvetica, sans-serif; font-size: 9pt; text-decoration: none }
a:hover   { color: #111111; font-family: Arial, helvetica, sans-serif; font-size: 9pt; text-decoration: underline }

a:link.osem    { color: #78635A; font-family: Arial, helvetica, sans-serif; font-size: 8pt; text-decoration: none }
a:visited.osem { color: #78635A; font-family: arial, helvetica, sans-serif; font-size: 8pt; text-decoration: none }
a:hover.osem   { color: #111111; font-family: Arial, helvetica, sans-serif; font-size: 8pt; text-decoration: underline }

a:link.ve    { color: #78635A; font-family: Arial, helvetica, sans-serif; font-size: 13pt; text-decoration: none }
a:visited.ve { color: #78635A; font-family: arial, helvetica, sans-serif; font-size: 13pt; text-decoration: none }
a:hover.ve   { color: #111111; font-family: Arial, helvetica, sans-serif; font-size: 13pt; text-decoration: underline }

a:link.vem    { color: #78635A; font-family: Arial, helvetica, sans-serif; font-size: 10pt; text-decoration: none }
a:visited.vem { color: #78635A; font-family: arial, helvetica, sans-serif; font-size: 10pt; text-decoration: none }
a:hover.vem   { color: #111111; font-family: Arial, helvetica, sans-serif; font-size: 10pt; text-decoration: underline }


body { font-size: 9pt; font-family: Arial; color:#666666 }

table        { font-size: 9pt; color:#666666 }
input        { border: 1px solid #C0C0C0; background-color: #FFDDEB }

h1           { font-family: Arial; font-size: 13pt; color: #666666 }
h2           { font-family: Arial; font-size: 11pt; color: #ffffff }

.transparent {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        /* width: 100%;  */

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=85);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.85;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.85;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.85;
}