@charset "utf-8";
.body {
background-image:url(../images/bg.gif);
background-color:#EEEEE9;
background-attachment:scroll;
background-position:center;
background-position:top;
background-repeat:no-repeat;
margin-top: 70px;
font-family:"Trebuchet MS";
font-size:10px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.TitleMenu {
font-family:"Trebuchet MS";
font-size:28px;
}
.TextMenu {
font-family:"Trebuchet MS";
font-size:18px;
}
.f_text {
	border: 1px solid #999999;
	width: 200px;
	margin: 0px;
	font-family: "Century Gothic,Trebuchet MS,Arial";
	font-size: 12px;
	color: #555555;
}
}
.imgOnBorder
{
	border-color:#999999;
}
.imgOnBorderOut
{
	border-color:#CCCCCC;
}