body {
	background: #e4edfb url('main-bg.png') top repeat-x;
	margin: 0;
	padding: 0 0;
	cursor: default;
}

th {
	text-align: left;
}

acronym {
	cursor: help;
}

form {
	display: inline;
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}


.columm { table: 
	border: 3;} 

#bodyWrapper2 td.barLeft {
	width: 24px;
	background: url('bg-border-left.png') top right repeat-y;
}

#bodyWrapper2 td.barRight {
	width: 24px;
	background: url('bg-border-right.png') top left repeat-y;
}

#bodyWrapper2 td.barLeft, #bodyWrapper2 td.barRight, #bodyWrapper2 td.barMiddle {
	padding: 0;
	margin: 0;
}

#bodyWrapper2 {
	border-collapse: collapse; border: 0;
	margin: 0 auto;
	padding: 0;
	
	width: 80%;
	min-width: 780px;
	max-width: 1100px;
	margin-bottom: 6px;	
}

#bodyWrapper {
	background: white;
	border-collapse:collapse;
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 100%;
}

#bodyWrapper thead td {
	padding: 0;
}

#bodyWrapper tfoot td {
	padding: 20px 20px;
	font: 8px Arial;
	color: #a0a0a0;
	text-transform: uppercase;
	text-align: center;
}

#bodyWrapper tfoot a {
	color: #cfb127;
	text-decoration: none;
}

#bodyWrapper tfoot a:hover {
	text-decoration: underline;
}

#bodyWrapper tfoot .firefox {
	position:relative;
	top:4px;
	border:0;
	opacity: 0.5;
}

#bodyWrapper tfoot .firefox:hover {
	opacity: 1.0;
}

.errorBox {
	color: #892424;
	border: 1px solid #892424;
	margin: 8px 2px 0 2px;
	padding: 3px 4px;
	text-align:center;
	background: #f8f0f0 url('box/error.png') 10px -20px no-repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.tipBox {
	border: 1px solid #4d7d58;
	background: #e9f7e7 url('box/info.png') 10px -20px no-repeat;
	color: #4d7d58;
	text-align:center;
	padding: 2px 6px;
	margin: 4px 6px;
	-moz-border-radius: 6px;
}

.tipBox a {
	color:#007F00;
	text-decoration:underline;
}

.tipBox a:hover {
	color: black;
}

.tipBox ul {
	list-style: none;
	padding: 0;
}

