a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	background-image: url(images/splash/bg-tile.jpg);
}
.menu {
	font: bold 12px/34px Verdana;
	COLOR: #72846D;
	text-decoration: none;
}
.menu:hover {
	color: #72846D;
	font-family: Verdana;
	font-size: 12px;
	TEXT-DECORATION: underline;
	line-height: 34px;
}
.menuSelect {font: bold 12px/34px Verdana; COLOR: #44392A; TEXT-DECORATION: none;}
.menuSelect:hover {
	color: #72846D;
	font-family: Verdana;
	font-size: 12px;
	TEXT-DECORATION: underline;
	line-height: 34px;
}

.groups-header {
	font-size: large;
	font-weight: bold;
	color: #72846D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.specialheader {font-size: large; font-weight: bold; color: #E7F2E7; font-family: Arial, Helvetica, sans-serif; }
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}





/*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:240px;
	padding:5px;
	border:2px #cccccc;
	visibility:visible;
	z-index:100;
	cursor:hand;
	cursor: pointer;
	background-color: #72846C;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.infobox {
	text-align: center;
	background-image: url(images/groups/info-tile.gif);
	background-repeat: repeat-y;
	margin-right: 4px;
	margin-left: 4px;
}
.infoboxTextSmall {
font-size: small; font-weight: bold; color: #E7F2E7; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.infoboxText-large {
	font-size: large;
	font-weight: normal;
	color: #E7F2E7;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: .05em;
}
.textfiller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 20px;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #72846C;
	border-bottom-color: #72846C;
	font-style: italic;
	font-weight: bold;
	background-color: #B7C0B4;
	text-align: center;
}
