.bg_repeat {
	background-image: url(images/left_repeat.png);
	background-repeat: repeat-x;
}
.admin_table {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:link {
text-decoration:none;
	color: black;
	}
a:visited { 
	color: black;
	text-decoration:none;
	}
a:hover { 
	color: black;

	text-decoration: underline;
	}
.left_middle_repeat {
	background-image: url(images/left_middle_border.png);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
a:active { 
	color: black;
	text-decoration:none;
	}
	.body_text {
	font-family: "Century Gothic";
	color: #000000;
	font-size: 11px;
}
body {
	background-color: #efefef;
	background-image: url(images/left_repeat.png);
	background-repeat: repeat-x;
}
.right_middle_repeat {
	background-image: url(images/right_middle_border.png);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
.column_spacer {
	background-image: url(images/column_spacer.jpg);
	background-repeat: repeat-y;
}
.column_spacer_left {
	background-image: url(images/column_spacer_left.jpg);
	background-repeat: repeat-y;
}
table.sample {
	border-width: thin;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: thin;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color:#333333;
}
table.sample td {
	border-width: thin;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}