/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
*/

html {
    background-image: url(/images/bkg_topbar_repeatx.jpg);
    background-repeat: repeat-x;    
    font-family: verdana;
    font-size: 93%;
    color:#656364;
}

body {}

p {}

a {}
a:link {}
a:visited {}
a:active {}
a:hover {}

b {}
strong { font-weight: bold; }
em {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

table {}
tr {}
th {}
td {}

ul {}
li {}
ol {}

div#doc {width: 600px;}
div#doc2 {}

div#hd { 
    position:relative; 
    color:#f59b43;
    font-size:182%;
    margin-bottom:10px;
}
div#bd { position:relative; }
div#ft { position:relative; }

}

