body { 
    background-image: url("grback2.jpg");
	font-family: helv;serif; 
	font-size: 16px;
}

td {
	font-family: helv;serif; 
	font-size: 16px;
}

a:link { 
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    background-color:white;
    color:blue;
}

td.pg_heading {
	font-size: 13px;
    font-weight:bold;
	letter-spacing:.03em;
    color:#008080;
	line-height: 18px;
}

a:link.pg_heading{ 
    color:#008080;
}
a:visited.pg_heading  {
    color:#008080;
}
a:hover.pg_heading  {
    background-color:white;
    color:blue;
}


div.menu {
    position:absolute;
    margin-left:0;
    border:1px;
    padding:5px;
    width:150px;
}

td.menu_heading {
    background-color:#000000;
    color:white;
    font-weight:bold;
	font-size: 15px;
}

td.menu {
    background-color:#cccccc;
	font-size: 14px;
	line_height: 20px;
}

ul.menu {
    list-style-image: url("arrow.gif");
    margin-left:14px;
    margin-top:0;
    margin-bottom:0;
}

ul.menu li {
    padding-left: .4em;
    padding-bottom: .2em;
}
    

span.sectionhead {
	font-size: 16px;
	font-weight:bold;
	background-color:#008080;
	color:#ffffff;
	padding:2px;
}

span.title {
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
	text-align:middle;
}
span.subtitle {
	font-size: 14px;
	font-weight:bold;
}

span.emphasis {
	font-size: 18px;
	font-weight:bold;
	color:#008080;
	letter-spacing:.03em;
}

span.small {
	font-size: 10px;
}

span.alerts{
	color:red;
	font-weight:bold;
	font-size: 10px;
}

div.address {
    margin-left:.3em;
}

div.main {
    margin-top:.5em;
    margin-left:.5em;
}

