/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(images/zvoc_index_bkgrd.gif);
	background-repeat: repeat-x;
}
a {
	font-weight: bold;
	color: #24644A;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#content table {
	border: 1px solid #B69920;
}
#content th {
	border: 1px solid #B69920;
	padding: 3px;
}
#content td {
	border: 1px solid #B69920;
	padding: 3px;
	text-align: center;
}
#shell #contenttbl #content {
	padding-top: 20px;
}
#logout .buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B0942D;
	border: 1px solid #000000;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
