body {
	margin:0; 
	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
	overflow-y:auto; 
	background:#808080;
}

h1 {
	font-variant: small-caps; 
	font-size: 180%;
	font-weight: bold;
	color: #FF5900;
}
h2 {
	font-variant: small-caps; 
	font-size: 130%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #FF5900;
}
h3 {
	font-variant: small-caps; 
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 7px;
	color: #002DAA;
}


#footer {
	font-size: 70%;
}


#page {
	margin:18px 0 18px 210px; 
	display:block; width:740px; 
	border:2px solid #000000; 
	background:#ffffff; 
	padding:10px;
	color: #333333;
	text-align:justify;
}
#page a:visited, #page a {
	color: #777777; 
	text-decoration:none
}
#page a:hover {
	color: #aaaaaa
}
#page h2 a:visited, #page h2 a {
	color: #FFA07A;
	text-decoration:none
}
#page h2 a:hover {
	color: #FFBB77
}
#page ul {
 list-style-type: disc;
 list-style-position: outside;
 margin-top: 0;
 margin-bottom: 0;
}

#highlight {
	color: #000080
}
#highlight a:visited, #highlight a {
	color: #0000c8;
	text-decoration:none
}
#highlight a:hover {
	color: #3333ff
}

#menu {
	display:block; 
	top:18px; 
	left:18px; 
	width:160px; 
	padding:10px;
	position:fixed; 
	border:2px solid #000000;
	font-weight: bold;
	font-variant: small-caps; 
	color:#333333; 
	background:#c0c0c0
}
* html #menu {
	position:absolute;
}
#menu a:visited, #menu a {
	display:block; 
	color:#333333;
	text-decoration:none
}
#menu a:hover {
	background:#aaa; 
	color:#ffffff;
}
#menu ul {
 list-style-type: none;
 list-style-position: outside;
 margin-top: 0;
 margin-bottom: 0;
}
#menu h2 {
	font-variant: small-caps; 
	font-size: 130%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #000000;
}

.clear {
	clear:both;
}

.my_pic { 
	border-style: solid;
	border-width: 1px; 
	border-color: #000000; 
}

.spacer_td {
	width: 20px;
}

.text_td {
	vertical-align: top;
}

.text_bu {
	text-decoration: underline;
	font-weight: bold;
}
