body {
   margin-left:.25in;
   margin-right:.25in;
    background-color:white;
    color:navy;
    text-align:justify;
    font: 12pt Arial;
}

/*  AppTitle and PageTitle are used together
    to give a shadowed effect. They are
    absolutely positioned and the BODY tag
    has a margin-top to give them room.
*/

.AppTitle {
    position:relative;
    left:0;
    top:0;
    font:42pt Tahoma,Arial;
    color: gainsboro;
    z-index:-1;
    text-align:center;
}

.AppTitle A {
    font:42pt Tahoma,Arial;
    color: gainsboro;
    text-decoration:none;
    overflow:hidden;
}

.PageTitle {
    position:relative;
    left:-120;
    top:15;
    font:32pt Tahoma,Arial;
    color: royalblue;
    z-index:2;
    text-align:center;
}

.PageTitle A {
    font:32pt Tahoma,Arial;
    color: royalblue;
    text-decoration: none;
}

.bgrnd {
	position:absolute;
	left:100;
	top:0;
	text-align:center;
	z-index:-2;
}
.bgrnd_below {
	position:relative;
	left:0;
	top:-50;
	text-align:center;
	z-index:-2;
}
.table_links {
	position:relative;
	text-align:center;
	:link {color: blue; font-weight: bold;};
	:visited {color: blue; font-weight: bold;};
	:hover {color: blue; font-weight: bold;};
	:active {color: blue; font-weight: bold;};
}
