@charset "utf-8";

/*---------------------- Defaults ---------------------- */

  body {
	padding: 0;
	margin: 0;
	font: 8pt "Lucida Grande", sans-serif;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;

}

.clearBoth {clear:both;}

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
.bodytext a{
	color: #3a6c89;
	text-decoration: none;
	text-align: left;
}
.bodytext a:hover{
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.menutext {
	font-family: "Lucida Grande", sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	text-align: left;
	color: #000000;
}
.menutext a{
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.menutext a:hover{
	color: #3a6c89;
	text-decoration: none;
	text-align: left;
}

.bodytext2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	color: #333333;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	text-align: left;
	color: #666666;
}
.footer a{
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.footer a:hover{
	color: #80a3b7;
	text-decoration: none;
	text-align: left;
}

.footer2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	text-align: left;
	color: #80a3b7
}

.top {
position: absolute;
z-index: 100; /* zIndex should be greater than that of shadow's below */
}

.bottom {
position: absolute;
z-index: 99; /* zIndex should be greater than that of shadow's below */
}
