/* Message area customizations */

A:link, A:visited {
	color: #990099;
	text-decoration: underline;
	}
A:hover, A:link:hover, A:visited:hover {
	color: #ff0000; 
	text-decoration: underline;
	}

.msg_default {
		background-image: url(../images/index_news_bg.gif);
		color: black;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 11px;
		font-weight: normal;
		height: 150px; 
		line-height: 1.4em;
		margin: 0;
		padding: 10px;
		text-align: center;
		vertical-align: top;
	}

.msg_left {
		border-right: 1px solid white;
		width: 330px;
	}
.msg_middle {
		border-right: 1px solid white;
		font-size: 11px;
		width: 286px;
	}
.msg_right {
		font-size: 11px;
		width: 300px;
	}

/*	Message Title Customizations */

.msg_title_default {
		background-image: url(../images/index_title_bg.gif);
		color: white;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		height: 39;
		padding-bottom: 2px;
		text-align: center;
		vertical-align: bottom;
	}

.msg_title_left {
		width: 330px;
	}
.msg_title_middle {
		width: 286px;
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
.msg_title_right {
		width: 300px;
	}

/*	Custom Styles */

.big	{
		color:#990099; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:14px;
		font-weight:bold; 
		text-align:left; 
		text-decoration: none;
	}
.left	{
		text-align:left;
	}
.yellow_bg	{
	background-color: yellow;
	}


