/* My Styles */
.lang {
	font-size: 18px;
	font-family: "Trebuchet MS", "Calibri", "Georgia", "Times New Roman", "Verdana", "Arial";
	text-align: right;
	color:#FFFFFF;
	font-weight:bold;
}
.main {
	padding-left:13px;
	padding-right:13px;
	vertical-align:top;
	background-color: #FFFFFF;
	text-align: justify;
}
.note {
	color: #585858;
	font-size: 14px;
	width: 750px;
}
.foot {
	color:#FFFFFF;
	font-size:10px;
}
.pointer {
	cursor:pointer;
}
.links {
	font-family: "Trebuchet MS", "Calibri", "Georgia", "Times New Roman", "Verdana", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.white {
	color:#FFFFFF;
}
.link {
	color:#6677FF;
}

body {
	font-family: "Trebuchet MS", "Calibri", "Georgia", "Times New Roman", "Verdana", "Arial";
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #636363;
	margin: 0px;
	padding: 0px;
	background-color: #FFD245;
}
h1 {
	font-size: 18px;
	font-family: Tahoma;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
td {
	font-size: 12px;
	font-family: "Trebuchet MS", "Calibri", "Georgia", "Times New Roman", "Verdana", "Arial";
}

/* Styles for scrollbar. */
html {
	scrollbar-face-color: #ACC2E3;
	scrollbar-highlight-color: #F7F7F7;
	scrollbar-shadow-color: #F7F7F7;
	scrollbar-3dlight-color: #ACC2E3;
	scrollbar-arrow-color: #F7F7F7;
	scrollbar-track-color: #F7F7F7;
	scrollbar-darkshadow-color: #ACC2E3;
	scrollbar-base-color: #F7F7F7;
}

/* Style for the Footer */
.bppfooter {
	color: #FFFFFF;
	font-size: 10px;
}

/* Style for the page body */
.index-pagebody, .slide-pagebody, .original-slide-pagebody {
	background-color: #FFFFFF;
	padding: 10px;
}

/* Style for help tips */
.help {
	position: absolute;
	right: 40px;
	top: 300px;
	z-index: 1;
	background-color: #FFFFCC;
	color: #999999;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

/* Style for Links */
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a.item:link{font-weight:bold;}
a.item:visited{font-weight:bold;}
a.item:active{font-weight:bold;}
a.item:hover{font-weight:bold;}

.rss {
	padding:20px;
	font-size:15px;
}
