P {
	FONT-SIZE: 11px; COLOR: #333333; TEXT-INDENT: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: deafult
}
.text {
       FONT-SIZE: 10px; COLOR: #333333; TEXT-INDENT: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: deafult
}
A:link {
	FONT-SIZE: 11px; COLOR: #909CB5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 11px; COLOR: #909CB5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 11px; COLOR: #909CB5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.down {
         FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A.down:link {
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #002864; FONT-SIZE: 10px; TEXT-DECORATION: underline
}
A.down:visited {
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #002864; FONT-SIZE: 10px; TEXT-DECORATION: underline
}
A.down:hover {
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #002864; FONT-SIZE: 10px; TEXT-DECORATION: none
}
A.down:active {
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #002864; FONT-SIZE: 10px; TEXT-DECORATION: underline
}
BODY 
{
  scrollbar-arrow-color:cccccc;
  scrollbar-shadow-color:ffffff;
  scrollbar-face-color:ffffff;
  scrollbar-highlight-color:cccccc;
  scrollbar-darkshadow-color:cccccc;
}  


/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #F7F3F3;
	border: 2px outset;
	border-bottom-color: #0073CA;
	border-left-color: #FFFFFF;
	border-right-color: #0073CA;
	border-top-color: #FFFFFF;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #0073CA;
	border: none;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
}

.jsdomenuarrowover {
}

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #F7F3F3;
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	border: 0px outset;
	border-bottom-color: #F7F3F3;
	border-left-color: #F7F3F3;
	border-right-color: #F7F3F3;
	border-top-color: #FFFFFF;
	border-top: 1px solid #c0c0c0;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #F7F3F3;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover,
.jsdomenubaritemclick {
	background-color: #0073CA;
	border: 1px solid #0073CA;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url("img/icon1.png");
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url("img/icon2.png");
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url("img/icon3.png");
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
