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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

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

.bodybox{
			border: solid 1px #d0e4ef;
			background-image: url('../images/box_bg.gif');
			background-repeat: repeat-x;
			background-color:#ddeef6;
			}

.bodybox2{
			border: solid 1px #d0e4ef;
			}

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

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size : 12px;
	font-weight:normal;
	text-decoration:none;
}

.bodytitle_text{
	font-family:"Trebuchet MS";
	color:#0d538f;
	font-size : 20px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}

.bodytext2{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size : 13px;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
}

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

.menulink  {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
.menulink a {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

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



.rightmenulink  {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#0D538F;
	text-decoration:none;
	text-align:right;

}
.rightmenulink a {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#0D538F;
	text-decoration:none;
	text-align:right;
}

.rightmenulink a:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-align:right;
}
