h1, 
h2, 
h3, 
h4 
{
	font-family: Arial;
	font-style: normal;
	color: #21779b;
}

div#page_header img
{
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button
{
	background-image: url('/images/buttons/blue.png');
	text-shadow: 0 -1px 0 #2f6f97;
	border-color: #2f6f97;
}

.button:hover
{
	background-image: url('/images/buttons/blue_hover.png');
}

div.menu_module,
div.login_module
{
	min-height: 160px;
	background-image: url('/images/module_corner.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 35px 38px 0;
}

.menu_module .module_content ul li a.current_page
{
	color: #FFF;
	background-color: #43A3C9;
	padding: 3px 4px;
}
