body, td { 
	background-color: #fff; 
	font-size: 12px; 
	font-family: Arial, Geneva, Helvetica, sans-serif; 
}
body {
	background-color: #dddddd;
	margin: 0px;
}
a:link { 
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	color: #163e61; 
	text-decoration: none; 
	font-weight: bold; 
}
a:visited { 
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	color: #163e61; 
	text-decoration: none; 
	font-weight: bold; 
}
a:hover { 
	cursor: hand;
	color: #555; 
	text-decoration: underline; 
	font-weight: bold; 
}

h1 {
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	color: #163e61; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
}

form { 
	padding: 0px; 
	margin: 0px; 
}
table { 
	margin-bottom: 4px; 
}
.shell_table { 
	width: 700;
	height: 100%; 
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}

.main_table { 
	width: 94%;
}

.comp_title {
	text-align: center;
	font-weight: bold; 
	background-color: #bbb; 
	border-top: 1px solid #163e61;
	border-bottom: 1px solid #163e61;
	color: #163e61;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content_title {
	font-weight: bold; 
	color: #163e61;
	font-size: 15px; 
}

.content_title_bar {
	border-top: 1px solid #163e61;
	height: 0px;
	font-size: 0px;
}

.last_bar {
	text-align: center;
	border-top: 1px solid #163e61;
	border-bottom: 1px solid #163e61;
	height: 5px;
	font-size: 1px;
}

.inpt {
	border: 1px #163e61 solid; 
	color: #125;
	padding-left: 1px;	
}

.nav_link_on {
	text-align: center; 
	background-image: url(images/left_nav_on.gif);
	background-repeat: repeat-y; 
	color: #555; 
	font-weight: bold; 
	width: 140px; 
	border: 1px #163e61 solid; 
	padding: 3px; 
	margin-bottom: 4px;	
	text-decoration: underline; 
}
.nav_link_off {
	text-align: center; 
	background-image: url(images/left_nav_off.gif);
	background-repeat: repeat-y; 
	color: #163e61; 
	font-weight: bold; 
	width: 140px; 
	border: 1px #163e61 solid; 
	padding: 3px; 
	margin-bottom: 4px;	
	text-decoration: none; 
}
.btn {
	cursor: hand;
	text-align: center; 
	background-color: #bbb; 
	color: #163e61; 
	font-weight: bold; 
	width: 84px; 
	border: 1px #163e61 solid; 
	margin: 0px;	
	padding: 0px;
}

.form_cell {
	background-color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

