html {height: 100%;}
body { 
	background-color: #F5F5F5;
	background-image: url('../images/top_menu/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: justify;
	height: 100%;
	margin: 0px;
}
.degrade_bottom_full {
	background-position: bottom center;
	background-repeat: repeat;
}
.degrade_top_full {
	background-position: top center;
	background-repeat: repeat;
}
.header_link {
	text-decoration: none;
	color: #FFFFFF;
}
.header_link:hover {
	text-decoration: underline;
}
.header_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.header_link:visited:hover {
	text-decoration: underline;
}
.header_link_internal {
	text-decoration: none;
	color: #003366;
}
.header_link_internal:hover {
	text-decoration: underline;
}
.header_link_internal:visited {
	text-decoration: none;
	color: #003366;
}
.header_link_internal:visited:hover {
	text-decoration: underline;
}
.header_font {font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; font-weight: 400;}