td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}

.subtitle {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}

.table {
	font-size: 8pt;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 550px;
	height: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
	scrollbar-arrow-color: #ff0000;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	text-align: justify;
}

.imagecontent {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #94c2d1;
	width: 200px;
	height: 100%;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	scrollbar-arrow-color: #ff0000;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
}

.wrapper_xy {
	width: 100%;
	height: 100%;
}

.wrapper_y {
	height: 100%;
}

.topheader {
	background-image: url(images/top3.gif);
	font-size: 10pt;
	vertical-align: top;
	padding-top: 10px;
}

.leftpanel {
	background-image:url(images/left3.gif);
	height: 100%; 
	background-repeat: repeat-y;
}

.leftbottom {
	height: 350px; 
	background-image:url(images/left2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.leftmenu {
	background-image:url(images/menu1.gif);
	padding-left: 30px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 24px;
	vertical-align: top;
}

.leftemenulink {
	text-decoration: none;
	color: #284b81;
}

.leftemenulink:hover {
	color: #FFFFFF;
}

