/* -*- c -*- */
body {
	background: #ddffff;
	color: black;
	margin-left: 3%;
	margin-right: 3%;
	font-family: sans-serif; 
}

body.div {
	background: #ddffff;
	color: black;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}

body.frameContents {
 background: #ffffcc;
 font-size: 10pt;
 margin-left: 5%;
 margin-top: 7%;
}

body.topFrameContents {
 background: #ffffcc;
 margin-left: 5%;
 margin-top: 0%;
}

div.navigator {
	text-align: left;
	font-size: 10pt;
	margin-left: 0%;
	margin-right: -2%;
	margin-top: 0%;
}

.navigator {
	background: #ffffcc;
	vertical-align: top;
}

div.contents {
	background: #ddffff;
	text-align: left;
	font-size: small;
	margin-left: 1%;
}

div.top {
	background: #aacccc;
	text-align: center;
	font-size: small;
	margin-left: 0%;
}

div.bottom {
	background: #aacccc;
	text-align: center;
	font-size: small;
	margin-left: 0%;
}

h1, h2, h3 { color: #005A9C; }
h1 { font: 170% sans-serif; margin-top:1em; text-align:center; }
h2 { font: 140% sans-serif; text-align:right; }
h3 { font: 120% sans-serif; }
h4 { font: bold 100% sans-serif; }
h5 { font: bold 80% sans-serif; text-align:left;}
h6 { font: bold 60% sans-serif; }

A { top: 0pt; color: #733;}
A:hover { color: #000; background-color: #99ffcc;}
#frameContents A { top: 0pt; color: #773;}
#frameContents A:hover { color: #000; background-color: #99ffcc;}
#frameContents P { margin-bottom: 0.2em; margin-top: 0.2em; padding: 0;
 background-color: #add8ff;}
