/*
    priory.css
    ==========
    
    Cascading Style Sheet for Lanercost Priory web-site.
    
    chris.angus@btinternet.com
*/

body { font-family: Arial; font-size: 10pt; }

p.subhead { font-family: Arial; font-size: 10pt; font-weight: bold; color: rgb(63,63,63); }

span.title { font-family: Book Antiqua; font-size: 20pt; font-weight: bold; color: rgb(150,150,150); }
span.subtitle { font-family: Book Antiqua; font-size: 18pt; font-weight: bold; color: rgb(63,63,63); line-height:-12pt; }
span.subhead { font-family: Arial; font-size: 10pt; font-weight: bold; color: rgb(63,63,63); }
span.subhead2 { font-family: Book Antiqua; font-size: 14pt; font-weight: bold; font-style: italic; color: rgb(63,63,63); line-height: 20pt; }
span.subhead_blue { font-family: Times; font-size: 11pt; font-weight: bold; color: rgb(63,63,255); }

th { font-family: Arial; font-size: 10pt; font-weight: bold; color: rgb(63,63,63); }

td.menu { font-family: Verdana, Helvetica; font-size: 8pt; text-align: center; color: rgb(255,255,255); background-color: rgb(100,100,100); }
td.selected { font-family: Verdana, Helvetica; font-size: 8pt; text-align: center; background-color: rgb(255,255,255); }
td.submenu { font-family: Verdana, Helvetica; font-size: 8pt; text-align: center; color: rgb(255,255,255); background-color: rgb(180,180,180); }
td.subhead { font-family: Book Antiqua; font-size: 14pt; font-weight: bold; font-style: italic; color: rgb(63,63,63); background-color: rgb(255,255,180); text-align: center;; }
th.subhead { font-family: Book Antiqua; font-size: 11pt; font-weight: bold; font-style: italic; color: rgb(63,63,63); background-color: rgb(255,255,180); text-align: center;; }

a:link.menu { font-family: Verdana, Helvetica; font-size: 8pt; font-weight: bold; 
                   text-decoration: none; color: rgb(255,255,255); }
a:visited.menu { font-family: Verdana, Helvetica; font-size: 8pt; font-weight: bold; 
                   text-decoration: none; color: rgb(255,255,255); }
a:active.menu { font-family: Verdana, Helvetica; font-size: 8pt; font-weight: bold; 
                   text-decoration: none; color: rgb(255,255,255); }
                   
a:link.selected { font-family: Verdana, Helvetica; font-size: 8pt; 
                   font-weight: bold; text-decoration: none; color: rgb(80,80,80); }
a:visited.selected { font-family: Verdana, Helvetica; font-size: 8pt; 
                   font-weight: bold; text-decoration: none; color: rgb(80,80,80); }
a:active.selected { font-family: Verdana, Helvetica; font-size: 8pt; 
                   font-weight: bold; text-decoration: none; color: rgb(80,80,80); }

