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

.menu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:larger;
}
.menu_white {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:larger;
	color:#ffffff;
}
.menu_selected {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:larger;
	color: #FF0;
}
.bodycopy {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.bodycopy_small {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.news_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.head_main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:link {text-decoration:none; color:#000000; text-decoration:underline; }
a:visited {text-decoration:none; color:#0000FF; }
a:hover {text-decoration: underline; color:yellow; }
a img {border: none; }

