#main_table {
	width: 100%;
	height: 100%;
}

body {
	xbackground-color: #f8f8f8; 
}

#copyright {
	font-size: x-small;
	letter-spacing: 1;
}

#version {
	font-size: small;
	text-decoration: none;
	xletter-spacing: 1;
}

#date {
	font-size: small;
	xletter-spacing: 1;
}

#list_item {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
}

#section_button {
	width: 89px;
	xmax-width: 89px;
	xhorizontal-align: left;
}

#section_fill {
	width: 89px;
	height: 28px;
	background-repeat: repeat-x;
}

#para_indent {
	margin-left: 20px;
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
}

#para_strong {
	margin-left: 20px;
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
	font-weight: bold;
}

#para_subs {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
	font-weight: bold;
	xbackground-color: #E1E1E1; 
}

#note {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
	margin-left: 40px;
	margin-right: 40px;
}

#code {
    font-family: courier; 
	font-size: 80%;
	margin-left: 40px;
	margin-right: 40px;
}

#top_left {
xbackground-color: #EBF1FF;
xborder-bottom: thin solid #99B6FC;
	padding: 10px;
	font-size: x-large;
	width: 150px;
	height: 60px;
	text-align: center;
	background-color: #D4DFE5;
	border-bottom: thin solid #939FA5;
	border-right: thin solid #939FA5;
	old-background-color: #EBE6DC;
	old-border-bottom: thin solid #E1DACC;
	old-border-right: thin solid #E1DACC;
	border-top: thin solid #ccc;
	border-left: thin solid #ccc;
}

#top_left a:link,
#top_left a:visited {
	text-decoration: none;
	color: #000;
}

#top_right {
	text-align: center;
	font-size: x-large;
	height: 60px;
	background-color: #D4DFE5;
	border-bottom: thin solid #939FA5;
	border-top: thin solid #ccc;
	border-right: thin solid #ccc;
}

#bottom_left {
	padding: 10px;
	width: 150px;
	background-color: #F8F8F8;
	xbackground-color: #EBF2F8;
	old-background-color: #eee;
	border-right: thin dashed #888;
	border-left: thin solid #ddd;
	border-bottom: thin solid #ddd;
}

#bottom_right {
	background-color: #f8f8f8;
	border-right: thin solid #ddd;
	border-bottom: thin solid #ddd;
	padding: 10px;
}

#min_size {
	width: 28px;
	min-width: 28px;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 150px;
	font-size: x-small;
    xfont-size: 60%;
    font-family: verdana, tahoma, arial, sans-serif;
	color: #555555;
}

#menu li {
	height: 18px;
	margin: 0;
	padding: 0;
}

#menu li a#selected:link, 
#menu li a#selected:visited {
    text-decoration: none;
	background-color: #ccc;
}

#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	text-align: left;
	display: block;
	xfont-size: small;
	color: #555555;
}

#menu li a:hover,
#menu li a:active{
	text-decoration: none;
	background-color: #ddd;
	xbackground-image: url("images/left_nav-over.gif");
	xbackground-repeat: no-repeat;
}





