body {
	color: black;
	font-family: arial, sans-serif; 
	font-size: 10pt;
}

textarea {
	height: 17px;
	width: 200px;
	font-family: sans-serif;
	font-size: 10pt;
}




/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:3px; padding:0px; font-size: 10pt; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 10px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 10pt; font-weight:bold; }
	ul.mktree  li ul li { font-size: 8pt; font-weight:normal;}
	/* ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }*/
}

.menuheader {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: black;
	border-bottom: thin solid rgb(100,100,100);
	background: rgb(255,255,255);
	padding: 2px;
	text-align: center;
}

.menuitem {
	font-size: 10pt;
	color: black;
	font-family:sans-serif;
	padding: 3px;

}

a.header:link {
	border: none;
	text-decoration: none;
	}
a.header:visited {
	border: none;
	text-decoration: none;
}

a.link1:link {
	color: black;
	text-decoration: none;
	}
a.link1:visited {
	color: black;
	text-decoration: none;
	}
a.link1:hover {
	color: black;
	text-decoration: underline;	
	}

a.link2:link {
	color: black;
	text-decoration: none;
	}
a.link2:visited {
	color: black;
	text-decoration: none;
	}
a.link2:hover {
	color: black;
	text-decoration: none;	
	}

a:link {
	color: blue;
	text-decoration: none;
	}
a:visited {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;	
	}



table {
	font-size: 10pt;
}

.titlefont {
	font-size: 20pt;
}
.titlefont2 {
	font-size: 20pt;
	font-family: serif;
}
.titlefont2a {
	font-size: 12pt;
	font-family: serif;
	
}
.titlefont2b {
	font-size: 12pt;
	font-family: sans-serif;
	font-weight:bold;
}
.titlefont2c {
	font-size: 14pt;
	font-family: sans-serif;
	font-weight:bold;
}
.titlefont2d {
	font-size: 10pt;
	font-family: sans-serif;
	font-weight:bold;
}
.titlefont3 {
	font-size: 16pt;
}
.titlefont4 {
	font-size: 16pt;
	font-family: sans-serif;
}
.titlefont5 {
	font-size: 14pt;
	font-family: sans-serif;
}

.blackfont {
	font-size: 10pt;
	font-weight: normal;
	font-family:sans-serif;
}
.blackfont_bold {
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	padding: 5px;
}

table.tab1 {font-size: 10pt; border-collapse:collapse; border: thin solid black; border-width:1px }
tr.tab1:hover {background: rgb(250,250,210)}
th.tab1 {border: thin solid black; border-width:1px  }
td.tab1 {border: thin solid black; border-width:1px  }
td.tab2 {border-right: thin solid black; border-width:1px  }

td.tab3 {border: thin solid black; border-width:1px ; text-align:center  }
td.tab3a {border: thin solid black; border-width:1px ; vertical-align:top;text-align:center  }

td.padded { padding-right:10px;  }


.selectnormal {
	font-size: 8pt;
	font-weight: normal;
}
.scrolldiv {
	float:left;	width:220px;overflow:auto
}

.bevelbutton2 a:link, .bevelbutton2  a:visited {
	cursor:pointer;padding:10px;font-size:16pt;margin:1px;color:black;height:50px;
        border-top:2px solid rgb(220,220,220); border-left: 2px solid rgb(220,220,220); border-bottom: 2px solid rgb(0,0,0); border-right: 2px solid rgb(0,0,0);
	text-decoration:none; 
}
.bevelbutton2  a:hover {
        cursor:pointer;padding:10px;font-size:16pt;margin:1px;color:black;height:50px;
	border-top:2px solid rgb(0,0,0); border-left: 2px solid rgb(0,0,0); border-bottom: 2px solid rgb(220,220,220); border-right: 2px solid rgb(220,220,220); 
        text-decoration:none;
}

.bevelbutton a:link, .bevelbutton  a:visited {
	cursor:pointer;padding:10px;font-size:16pt;margin:1px;color:black;height:50px;
        border-top:2px solid rgb(220,220,220); border-left: 2px solid rgb(220,220,220); border-bottom: 2px solid rgb(0,0,0); border-right: 2px solid rgb(0,0,0);
	text-decoration:none; 
}
.bevelbutton  a:hover {
        cursor:pointer;padding:10px;font-size:16pt;margin:1px;color:black;height:50px;
	border-top:2px solid rgb(0,0,0); border-left: 2px solid rgb(0,0,0); border-bottom: 2px solid rgb(220,220,220); border-right: 2px solid rgb(220,220,220); 
        text-decoration:none;
}

.bevelbutton3 a:link, .bevelbutton3  a:visited {
	cursor:pointer;padding:2px;font-family:sans-serif;font-size:10pt;font-weight:bold;margin:5px;color:black;height:18px;
        border-top:2px solid rgb(220,220,220); border-left: 2px solid rgb(220,220,220); border-bottom: 2px solid rgb(0,0,0); border-right: 2px solid rgb(0,0,0);
	text-decoration:none; 
}
.bevelbutton3  a:hover {
        cursor:pointer;padding:2px;font-family:sans-serif;font-size:10pt;font-weight:bold;margin:5px;color:black;height:18px;
	border-top:2px solid rgb(0,0,0); border-left: 2px solid rgb(0,0,0); border-bottom: 2px solid rgb(220,220,220); border-right: 2px solid rgb(220,220,220); 
        text-decoration:none;
}
.img-shadow {
 float:left;
 background: url(shadowAlpha.png) no-repeat bottom right !important;

  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
 display: block;
 position: relative;
 background-color: #fff;
 border: 1px solid #a9a9a9;
 margin: -6px 6px 6px -6px;
 padding: 2px;
}

