/* 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;
	}

.messages {
	height: 229px;
	}


.msg_default {
	color: #990099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	}
.msg_left {
	width: 35%;
	}
.msg_middle {
	width: 30%;
	}
.msg_right {
	width: 35%;
	}


.big	{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: italic;
	vertical-align: middle;
	}
.left	{
	text-align:left;
	}
.yellow_bg	{
	background-color: yellow;
	}
