/* ************************ */
/* Default Entire Page      */

div.main
{
text-align: left;
font-family: arial,verdana;
font-weight: normal;
font-size: 100%;
width: 700px;
margin-right: 130px;
}

/* ************************ */
/* Page Header Text         */
p.pghdr 
{
text-align: center;
font-family: arial,verdana;
font-weight: bold;
font-size: 250%;
}

/* ************************ */
/* Top of Page SubHeader    */

h2 
{text-align: center;
font-family: arial,verdana;
font-size: 120%;
font-weight: normal;
width: 700px;
}

/* ************************ */
/* Table Headers            */
h3 
{
text-align: left;
font-family: arial,verdana;
font-size: 90%;
font-weight: bold
}

/* ************************ */
/* Links                    */

a:link {
color: #0000ff 
}
a:visited {
color: #4080ff 
}
a:active {
color: #ff0000 
}

/* ************************ */
/* Body Text                */

p.body  
{
text-align: left;
font-family: arial,verdana;
font-weight: normal;
font-size: 90%;
width: 700px;
}

/* ************************ */
/* Horizontal Ruler         */

hr.full
{
text-align: left;
margin-left: 0;
width: 700px;
size: 3;
color: black;
}

/* ************************ */
/* Bottom of Page Text      */

p.trailer  
{
font-size: 80%;
width: 700px;
}

/* ************************ */
/* Table element - Picture  */

td.picture  
{
width: 100px;
}

/* ************************ */
/* Table element - Link     */
/*       2 per line         */

td.link2  
{
width: 350px;
text-align: left;
font-family: arial,verdana;
font-weight: normal;
font-size: 80%;
}


/* ************************ */
/* Unordered List text      */

div.ul  
{
font-family: arial,verdana;
font-weight: normal;
font-size: 80%;
width: 700px;
}

/* ************************ */
/* Bottom of Page Text      */

div.footer  
{
font-size: 80%;
width: 700px;
}