html { /* Force vertical scrollbar to prevent page shift "jog" */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

body {
	font-family:Tahoma;font-size:11px;
	/*color: #5A5A4B;*/
	color: black;
	background: #D0DBDF;
	margin: 0;
	padding: 0;
}

pre {
font-size:16px;text-align:left;
}
font{
margin:0px;font-size:20px;font-family:Times New Roman;
}
/******************
	Menu
*******************/
#nav {
	list-style-type: none;
	padding: 0;
	_padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	height: 30px;
	text-align:left;
}
#navH {
	list-style-type: none;
	padding: 0;
	_padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	text-align:left;
}
#nav li {
	display: inline;
}

#navH li {
	display: inline;
   
}

#nav li a {
	border: 1px solid #C7D3D8;
	display: block;
	/*float: left;*/
	padding: 3px 12px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	color: #8797A5;	
	/*background: #E9ECEF;*/
	width : 110px;
	_position: relative; /* IE Only */
	_top: 6px;	/* IE Only */
}

#navH li a {
	border: 1px solid #C7D3D8;
	/*float: left;*/
	padding: 3px 12px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	color: #8797A5;	
	background: #E9ECEF;
	width : 110px;
	_position: relative; /* IE Only */
	_top: 6px;	/* IE Only */
}

#nav li a:hover {
	border: 1px solid #BAC9CF;

	color: red;
	/*background-color: #F7F8F9;*/

	height: 17px;
	_height: 17px;

	position: relative;
	left: 10px;
	_left: 10px; /* IE Only */
}
#navH li a:hover {
	border-bottom: none;
	color: red;
	background-color: #E7E8E9;
	height: 17px;
	_height: 17px;
	position: relative;
	top: 5px;
	_top: 5px; /* IE Only */
}
#nav li.current a {
	border: 1px solid #BAC9CF;
	color: #4D646F;
	/*background-color: #fff;*/
	cursor: default;
	height: 17px;
	_height: 17px;
	position: relative;
	left: 10px;
	_left: 10px; /* IE Only */
}

#navH li.current a {
	border-bottom: none;

	color: #4D646F;
	background-color: #fff;
	cursor: default;

	height: 17px;
	_height: 17px;

	position: relative;
	top: 5px;
	_top: 5px; /* IE Only */
}

#nav li.disabled a {
	border: 1px solid #BAC9CF;
	text-decoration:line-through;
	font-weight: normal;
	height: 17px;
	color: gray;
	background: #D9DCDF;
	cursor: default;
	left: 0px;
	_position: relative; /* IE Only */
	
}

a {
	color: black;
	text-decoration: none;
}
a img {
	border-width: 1px;
}
a:hover {
	color: #FF8A00;
}


/* Forms
------------------------------ */
input {
font-family:Tahoma;
font-size:12px;
border : 1px solid #C7D3D8;
}

