/* CSS Document */

.headerbar {
	width: 403px;
	height: 24px;
	padding: 25px 15px 0px 0px;
}
.subheaderbar {
	width: 363px;
	height: 23px;
	padding: 10px 0px;
}
.headertext {
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3333;
}
.floatright {
	float: right;
	padding-left: 10px;
}
.floatleft {
	float: left;
	padding-right: 10px;
}
.picborder {
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.greybackground {
	padding-left: 5px;
	background-image: url(../images/black_transparent.png);
	background-repeat: repeat-x;
}

.msg_intro{
	float: left;
	width: 347px;
	padding-left: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 5px;
	}
	
.msg_body{
	float: left;
	width: 347px;
	padding-left: 5px;
	background-image: url(../images/black_transparent.png);
	background-repeat: repeat-x;
	}
	
.newsblock{
	float: left;
	width: 347px;
	padding-left: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 5px;
	}