/*
========================================================================================================================================
   Name                Date                Changes
   ------------        -----------------   ---------------------------------------------------------------------------------------------
   Tony Maynard        04/19/2006          Added this comment section and put the css styles in alpha order.
   Tony Maynard        06/01/2006          Removed the scrollbar stuff from body.ParticipantMenu. It was not necessary and it only
                                           worked in IE.
   Tony Maynard        07/20/2006          Added the pagebreak style.
========================================================================================================================================
*/

body
{
    COLOR: black;
    FONT-FAMILY: Trebuchet MS,arial,veranda;
    FONT-SIZE: 16px;
}

body.ParticipantMenu
{
    background-color:white;
    font-family: Trebuchet MS,Arial,Veranda;
    font-size:10px;
}

.pagebreak {
    page-break-before: always
}

form
{   margin:0px;
}

p.centered
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    TEXT-ALIGN: center
}
p.left
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    MARGIN-LEFT: 6cm;
    TEXT-ALIGN: left
}
p.TableText
{
    FONT-WEIGHT: bold;
    COLOR: white
}
p.ThinCenter
{
    MARGIN-LEFT: 9cm;
    TEXT-ALIGN: left
}
p.PlainText
{   FONT-SIZE: 12pt;
    TEXT-ALIGN: left;
    FONT-FAMILY: arial;
}

table.Login
{
      font-size:18px;
      font-family:Trebuchet MS,Arial,Veranda;
}