@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-image: url('../images/body_bg.gif');
	background-repeat: repeat-x;
	background-color:#1CADDC;
}

/* ---------------------------------------------------------------------------*/

.bodyshadowleft {
	background-image: url('../images/shadow_left.png');
	background-repeat: repeat-y;
}

.bodyshadowright {
	background-image: url('../images/shadow_right.png');
	background-repeat: repeat-y;
}

.header_bg {
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
}

/* ---------------------------------------------------------------------------*/

.bodytitletext{
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#001254;
}

.topmenutext{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
}

.topmenutext a{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-decoration: underline;
}

.topmenutext a:hover{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
}

.madein{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#001254;
}

.get{
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

/* ---------------------------------------------------------------------------*/

.footermenulink  {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

.footermenulink a {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

.footermenulink a:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color:#001254;
	text-decoration:none;
	text-align:center;
}