<!--

body {
	background-image: url(images/mundels_background.jpg);
	top: 30px;
}

a:link { font-family: sans-serif; font-size: 10pt; color: #a37248; text-decoration: none; }
a:visited { font-family: sans-serif; font-size: 10pt; color: #a37248; text-decoration: none;	}
a:hover { font-family: sans-serif; font-size: 10pt; color: #a37248; text-decoration: underline; }
a:active { font-family: sans-serif; font-size: 10pt; color: #a37248; text-decoration: none;	}

a.category_nav:link { font-family: sans-serif; font-size: 12pt; color: #7a6c1f; text-decoration: none; }
a.category_nav:visited { font-family: sans-serif; font-size: 12pt; color: #7a6c1f; text-decoration: none;	}
a.category_nav:hover { font-family: sans-serif; font-size: 12pt; color: #7a6c1f; text-decoration: underline; }
a.category_nav:active { font-family: sans-serif; font-size: 12pt; color: #7a6c1f; text-decoration: none;	}

a.global_nav:link { font-family: sans-serif; font-weight: bold; font-size: 10pt; color: #ffffff; text-decoration: none; text-transform: uppercase;}
a.global_nav:visited { font-family: sans-serif; font-weight: bold;  font-size: 10pt; color: #ffffff; text-decoration: none;	text-transform: uppercase;}
a.global_nav:hover { font-family: sans-serif; font-weight: bold; font-size: 10pt; color: #ffffff; text-decoration: underline; text-transform: uppercase;}
a.global_nav:active { font-family: sans-serif; font-weight: bold; font-size: 10pt; color: #ffffff; text-decoration: none;	text-transform: uppercase;}


.content {
	font-family: sans-serif;
	font-size: 10pt;
}

.browse_products {
	padding: 5px;
}

.registration {
	padding: 5px 10px 5px 5px;
}

.registration_form {
	font-family: sans-serif;
	font-size: 12pt;
	border: 1px solid #173aa0;
	width: 100%;
}

.header {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
}

.form {
	font-family: sans-serif;
	font-size: 12pt;
	border: 1px solid #173aa0;
	width: 300px;
}

.home_info_box {
	padding: 5px;
	font-family: sans-serif;
	font-size: 10pt;
}

.menu_text {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

.hidden {
	display: none;
}

-->