/* CSS Document */
body{
	background-color: #efefef;
	margin-top:0px;
	padding-top:0px;
}
.repeat-x{
	background-repeat:repeat-x;
}
.repeat-y{
	background-repeat:repeat-y;
}
#top-menu{
	padding-top:40px;
	text-align:right;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#000066;
	padding-right:5px;
}
#top-menu a{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#000066;
	text-decoration:none;
}
#border-bottom-flash{
	background-image:url(../images/border-bottom-flash.jpg);
	background-repeat:repeat-x;
	margin-bottom:0px;
}
#border-right-flash{
	background-image:url(../images/border-right-flash.jpg);
	background-repeat:repeat-y;
	width:8px;
	height:138px;
}

.menu-vertical{
	background-image:url(../images/bg-menu-vertical.jpg);
	background-repeat:repeat-y;
}
#text-menu-vertical{
	padding:10px 0px 10px 15px;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#000066;
	border-bottom:1px solid #E0E0EC;
	font-weight:bold;
}
#text-menu-vertical a{
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}
.content{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#000066;
	padding:10px;
}
#text-foot{
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	color:#9292BC;
	text-align:center;
}