.dragable{	
	display: none;
	position: absolute;
	top:100;
	left:200;
}

div.BLUEmsgdiv{
	display: none;	
	position: relative;	
}

table.BLUEmsgtable{
	border:3px dotted navy; cellspacing: 0;
	cellpadding: 3;
	background-color: #EFF4FF;
	font-family: arial, verdana
}

a.BLUEmsgbutton {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;	
	color: #4949C8;
}

a.BLUEmsgbutton:hover {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;
	color: #C0BAEA;
}

tr.BLUEmsgtitle{
	background-color: #5577DD;
	font-family: arial, verdana;	
	font-size: 18px;	
	color: white;
}	

.BLUEmsgbody{
	background-color: transparent;
	font-family: arial, verdana;
	font-size: 14px;
	color:#330099;
}


div.PINKmsgdiv{
	display: none;	
	position: relative;	
}

table.PINKmsgtable{
	border:3px dotted navy; cellspacing: 0;
	cellpadding: 3;
	background-color: #FFDDDD;
	font-family: arial, verdana;
}

a.PINKmsgbutton {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;	
	color: #885588;
}

a.PINKmsgbutton:hover {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;
	color: #C0BAEA;
}

tr.PINKmsgtitle{
	background-color: #DD9999;
	font-family: arial, verdana;	
	font-size: 18px;	
	color: white;
}	

.PINKmsgbody{
	background-color: transparent;
	font-family: arial, verdana;
	font-size: 14px;
	color:#442200;
}	


div.GREENmsgdiv{
	display: none;	
	position: relative;	
}

table.GREENmsgtable{
	border:3px dotted navy; cellspacing: 0;
	cellpadding: 3;
	background-color: #EEFFDD;
	font-family: arial, verdana;
}

a.GREENmsgbutton {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;	
	color: #339966;
}

a.GREENmsgbutton:hover {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;
	color: #AADDCC;
}

tr.GREENmsgtitle{
	background-color: #669988;
	font-family: arial, verdana;	
	font-size: 18px;	
	color: white;
}	

.GREENmsgbody{
	background-color: transparent;	
	font-family: arial, verdana;
	font-size:14px;
	color:#003333;
}	


div.BROWNmsgdiv{
	display: none;	
	position: relative;	
}

table.BROWNmsgtable{
	border:3px dotted navy; cellspacing: 0;
	cellpadding: 3;
	background-color: #EECCAA;
	font-family: arial, verdana;
}

a.BROWNmsgbutton {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;	
	color: #886655;
}

a.BROWNmsgbutton:hover {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 15px;
	color: #DDAA99;
}

tr.BROWNmsgtitle{
	background-color: #775544;
	font-family: arial, verdana;	
	font-size: 18px;	
	color: white;
}	

.BROWNmsgbody{
	background-color: transparent;	
	font-family: arial, verdana;
	font-size:14px;
	color:#442211;
}	
