.spec {
	position: absolute;
	left: -1000px;
	top: 0px;
}

body {
	background-color: #646464;
	/*background-image: url(/images/stone.jpg);*/
	margin: 0px; 
	padding: 0px;
}

html, body { 
	height: 100%;
}

body, td { 
	font-family: Arial; font-size: 11px;
}

.sep {
	padding: 0px 5px;
	color: gray;
}

a { 
	color: darkblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.leftBar {
	background-image: url(/images/left_bar.gif);
}

.topBar { 
	background-image: url(/images/top_bar.gif); 
	font-size: 12px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%;
	height: 20px;
}

.leftCol {
	top: 10px; 
	position: absolute;
	height: 100%; 
	overflow: hidden; 
	width: 118px; 
	margin: 18px 10px;
}

.mainCol {
	padding-left: 140px; 
	height: 100%;
}

.infoBox {
	line-height: 12px;
	background-color: #DADADA; 
	border: solid 1px gray; 
	border-bottom: solid 3px gray;
	border-right: solid 2px gray;
	padding: 4px; 
	margin-bottom: 10px;
}

.startImage {
	border: solid 1px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	margin-right: 10px;
}

.header {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: solid 2px #EAEAEA;
}

.inputsubmit {
	background-color: silver !important;
}
