@charset "utf-8";
/* CSS Document */

Body {
	background-image:url(Images/bg.gif);
	background-repeat:repeat-x;
	background-color:#c1c1c7;
	margin:0px;

	}
	
	
	a:link, a:visited, a:active
{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#636363;
	text-decoration:none;
}

	a:hover
{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#636363;
	padding-left:1px;
	text-decoration:none;
}

.MenuStyle {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#5b5b5d;
	}


.MenuStyle2 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#5b5b5d;
	}



img {
border:none;
}