@charset "UTF-8";
/* CSS Document */

.nav_ {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.news_hd_white {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-transform: uppercase;
}

.news_hd_red {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #aa0000;
	font-weight: bold;
	text-transform: uppercase;
}
.news_copy_small {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}

.copy_hl_big {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

.copy_hl_medium {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.copy_world {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #C0C0C0;
	text-align: justify;
}

.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
}

.footer_bold {
	font-family: Verdana;
	font-weight:bold;
	font-size: 9px;
	color: #aa0000;
}

.footer_nav {color: #aa0000

}

body {
	background-image: url(../02_img/01_nav/nav_steady_hg.png);
	background-repeat: repeat-x;
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
