/*
Because of accessibility worries, i've stopped using point sizes in the
stylesheet.  I think I've got them right, and that I haven't broken anything
in the process...

I used the following as a conversion table
pt       em          px
---      ---         ---
6        0.5         8
7        0.583       9
8        0.667       11
9        0.75        12
10       0.833       13
11       0.917       15
12       1           16
14       1.167       19
16       1.333       21
18       1.5         24
24       2           32
32       2.667       43
48       4           64
*/

a:link    	{text-decoration: none;}
a:visited 	{text-decoration: none;}
a:hover   	{text-decoration: underline;}

body 		{font-family: Arial, Helvetica, sans-serif; font-size: 0.833em; margin : 0 0 0 0 }
p 		{font-family: Arial, Helvetica, sans-serif; font-size: 0.833em; margin-top: 0em; margin-bottom: 1em}
blockquote 	{font-family: Arial, Helvetica, sans-serif; font-size: 0.833em; margin-top: 0em; margin-bottom: 1em; font-style: italic}
li 		{font-family: Arial, Helvetica, sans-serif; font-size: 0.833em; margin-top: 0em; margin-bottom: 0em}
dt 		{font-family: Arial, Helvetica, sans-serif; font-size: 0.833em; margin-top: 0em; margin-bottom: 0em; font-weight: bold}
dd 		{font-family: Arial, Helvetica, sans-serif; font-size: 0.833em; margin-top: 0em; margin-bottom: 0em}
small 		{font-family: Arial, Helvetica, sans-serif; font-size: 0.667em; margin-top: 0em; margin-bottom: 1em}
pre 		{font-family: "Courier New", Courier, mono; font-size: 0.833em}

h1 		{font-family: Arial, Helvetica, sans-serif; font-size: 1.667em; margin-top: 0em; margin-bottom: 0.1em}
h2 		{font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin-top: 0em; margin-bottom: 0.1em}
h3 		{font-family: Arial, Helvetica, sans-serif; font-size: 1.333em; margin-top: 0em; margin-bottom: 0.1em}
h4 		{font-family: Arial, Helvetica, sans-serif; font-size: 1.167em; margin-top: 0em; margin-bottom: 0.1em}
h5 		{font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin-top: 0em; margin-bottom: 0.1em}

table.page_header	{background-image: url(/images/top_tile_pin.gif);}

