.messages
	{
	background-color: #fef;
	margin-top: 12px;
	padding: 10px;
	margin-right: 40px;
	}
.messages table
	{
	width: 520px;
	}
.actions
	{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #888;
	background-color: #fb0;
	}
.messages td
	{
	padding: 2px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	}
.addamsg
	{
	background-color: #ccc;
	text-align: center;
	border: 1px outset;
	}
.addamsg h2
	{
	font-size: 100%;
	color: #424;
	margin: 0px;
	padding: 2px;
	}
.addamsg input
	{
	font-size:11px;
	width: 80px;
	border: 2px solid black;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #939;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	}
.messages .msgdetails1, .msgdetails2
	{
	background-color: #B41E8E;
	color: white;
	font-weight: bold;
	}
.msgdetails2
	{
	background-color: #e4b;
	}
.messages .msgText1
	{
	background-color: #fd7;
	padding: 8px;
	}
.messages .msgText2
	{
	background-color: #ff5;
	padding: 8px;
	}
td.blank
	{
	font-size: 6px;
	padding: 0px;
	border: 0px;
	color: #fff;
	}
.newsStory
	{
	
	border: 2px solid #fd0;
	margin: 10px;
	margin-right: 40px;
	background-color: #fff;
	padding-bottom: 0px;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
	}
.newsStory td
	{
	padding: 12px;
	border: none;
	background-color: #fff;
	background-image: url(images/newsStoryBg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
.newsStory h2
	{
	font-size: 90%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #888;
	margin: -12px;
	padding: 4px;
	background-color: #fb0;
	}
.newMessage
	{
	border-right: 0px;
	border-left: 0px;
	border-bottom: 4px solid #C6086F;{
	border-top: 4px solid #C6086F;
	background-color: #ff5;
	background-image: url(images/msgBg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 4px;
	width:534px;
	}