.bgmenu {
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #CCCCCC;
}
.bg_warehouse_dark {
	background-image: url(images/bg_warehouse_dark.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_bros_dark {
	background-image: url(images/bg_bros_dark.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.main_text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.heading_text {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #D8C6C2;
}
.pad_top {
	padding-top: 20px;
}
.pad_top_bottom {
	padding-bottom: 20px;
	padding-top: 20px;
}
.textfield {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #CCCCFF;
	text-decoration: none; 
}
a:link {
	color: #FFD2D2;
	text-decoration: none;
}
a:visited {
	color: #FFD2D2;
	text-decoration: none;
}
.main_text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.black_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #EBD6D6;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
td a:hover {
	color: #CCCCFF;
	text-decoration: none;
}
td a:link {
	color: #FFD2D2;
	text-decoration: none;
}
td a:visited {
	color: #FFD2D2;
	text-decoration: none;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
