body {
	font-family: sans-serif; 
}

.tiny {
	font-size: 7pt;
}
	
input {
	font-size: 10pt;
}

input.small {
	font-size: 8pt;
}

form {
	margin-bottom: 0px;
}

p.tight {
	margin-bottom: 3px;
	margin-top: 8px;
}

h3.tight {
	margin-bottom: 3px;
	margin-top: 8px;
}

h2.tight {
	margin-bottom: 3px;
	margin-top: 8px;
}

a.linkt {
	color: black;
	text-decoration:none;
}

a.linktgone {
	color: white;
}

.normallink {
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	color:             #0000FF;
	cursor:            pointer;
	background-color: 	white;
	text-decoration: 	underline;
	padding:           0px 0;
	border-width:      0;
	margin-left:0px;  
}

.astextlink {
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	font-size:         12px;
	color:             #0000FF;
	font-weight:       bold;
	padding:           0px 0;
	border-width:      0;  
	cursor:            pointer;
	width:             150px;
	text-align:left;
	background-color: white;
	text-decoration: underline;
}

.astextlink2 {
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	font-size:         9px;
	color:             black;
	font-weight:       normal;
	padding:           3px 0;
	border-width:      0;  
	cursor:            pointer;
	width:             100px;
	background-color: white;
	text-decoration: none;
}

.astextlink3 {
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	font-size:         9px;
	color:             #33CC33;
	font-weight:       normal;
	padding:           3px 0;
	border-width:      0;  
	cursor:            pointer;
	width:             100px;
	background-color: white;
	text-decoration: none;
}

.astextlink4 {
	font-family:       sans-serif;
	color:             black;
	border-width:      0;  
	cursor:            pointer;
	background-color: white;
	text-decoration: none;
}

a.prof {
	text-decoration: none; 
}

div#preload { 
	display: none; 
}

#chatarea {
	width:100%;
	height:500px;
	overflow-y:scroll;
}

.rounded {
  background-color: White;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* Opera 10.50 beta and other CSS3 compatible browsers */
  /* for IEs */
  behavior: url(border-radius.htc); /* teaching IE to understand border-radius */
}

.stickerMove, .stickerDemo {
	cursor: move;
	z-index:99000;
}

.sticker {
	z-index:99000;
}

