/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/

#postit{
position:absolute;
width:280px;
padding:5px;
background-color:#FFFFFF;
border:1px #cccccc;
visibility:visible;
z-index:100;
cursor:hand;
cursor: pointer;
}

#postit2{
	position:absolute;
	width:248px;
	padding:5px;
	background-color:#FFFF66;
	border:1px #cccccc;
	z-index:101;
	cursor:hand;
	cursor: pointer;
	visibility: visible;
}



.menuname {COLOR: #000000; font-family: Arial; font-size: small; TEXT-DECORATION: none; font-weight: bold;}
.menuname:hover {color: #666666; font-family: Arial; font-size: small; TEXT-DECORATION: blink}
.menuname:active {color: #789A5B; font-family: Arial; font-size: small; TEXT-DECORATION: none; font-weight: bold;}
.menuname1 {color: #789A5B; font-family: Arial; font-size: small; TEXT-DECORATION: none; font-weight: bold;}
.plaintext {color: #000000; font-family: Arial; font-size: small; text-decoration: none; font-weight: normal;}
.smalltext {color: #000000; font-family: Arial; font-size: x-small; text-decoration: none; font-weight: normal;}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	display: block;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #789A5B;
	border-right-color: #789A5B;
	border-bottom-color: #789A5B;
	border-left-color: #789A5B;
	background-color: #DDD7C7;
}
body {margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F7ED;
	scrollbar-arrow-color: #D0DDC1;
	scrollbar-3dlight-color: #88A06E;
	scrollbar-highlight-color: #88A06E;
	scrollbar-face-color: #88A06E;
	scrollbar-shadow-color: #88A06E;
	scrollbar-darkshadow-color: #D0DDC1;
	scrollbar-track-color: #D0DDC1;
}

.whiteheader {color: #FFFFFF; font-family: Arial; font-size: small; text-decoration: none; font-weight: bold;}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.button {
	background-color: #FF6600;
	vertical-align: middle;
	border: 1px solid #333333;
	text-align: center;
	display: block;
}
.buttonText {

	font-family: "Arial Black";
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: blink;
	vertical-align: middle;
	text-align: center;
	display: block;
}
