/* style sheeet for the projection screen company */
/* styles used in the black border area of the page */
BODY {
   color:white;
   font-family:arial,sans-serif;
   font-size:10pt;
   font-weight:bold;
   letter-spacing:1px
}
UL {
   line-height:130%;
}
LI {
   list-style-image:url(images/li.gif);
}
.wide {
   letter-spacing:6px;
}
.tiny {
   font-size:7pt;
   font-weight:normal;
   letter-spacing:0px
}
.caption {
   font-size:7pt;
   font-family:arial, sans-serif;
   font-weight:normal;
   font-style:italic;
   letter-spacing:0px;
   color:black;
}
.telno {
   color:white;
   font-family:arial,sans-serif;
   font-size:8pt;
   letter-spacing:1px;
   font-weight:bold
}
A.menu, A.menu:link, A.menu:visited {
   color:#ffffff;
   font-family:arial,sans-serif;
   font-size:8pt;
   letter-spacing:1px;
   font-weight:bold;
   text-decoration:none
}
A.menu:hover{
   color:#fdff77;
   text-decoration:none
}
A.el, A.el:link, A.el:visited {
   color:white;
}
A.el:hover {
   color:#fdff77;
}
/* styles used in the main area of the page */ 
.main {
   color:black;
   font-family:arial,sans-serif;
   font-size:9pt;
   font-weight:bold;
   letter-spacing:0px
}
H2 {
   background-color:black;
   color:#fdff77;
   font-size:11pt;
   font-family:Arial;font-weight:bold;
   letter-spacing:2px
}
A.main, A.main:link, A.main:visited {
   color:blue
}
A.main:hover {
   color:black
}



