BODY {
	font-family: 		Tahoma, Arial, sans-serif;
	font-size: 			12px;
	color: 				#444444;
}

.head {
	font-family: 	Tahoma, Arial, sans-serif;
	font-size: 		24px;
	font-weight:	normal;
}

.subhead {
	font-family: 	Tahoma, Arial, sans-serif;
	font-size: 		16px;
	font-weight:	bold;
}

.body {
	font-family: 	Tahoma, Arial, sans-serif;
	font-size: 		12px;
}

.bodyStatus {
	background:		#ffffcc;
	font-family: 	Tahoma, Arial, sans-serif;
	font-size: 		12px;
	color:			#999966;
}

.bodyBig {
	font-family: 	Tahoma, Arial, sans-serif;
	font-size: 		14px;
}

.bodySmall {
	font-family: 	Tahoma, Arial, sans-serif;
	font-size: 		10px;
}

.bodyTiny {
	font-family: 	Tahoma, Arial, sans-serif;
	font-size: 		8px;
	color:			black;
	line-height:	8px;
}

A {
	font-weight: bold;
	color: black;
}

A:Hover {
	color: 			#333399;
	text-decoration:none;
}
		
A.HomeLink {
	font-size: 		12px;
	font-weight: 	bold;
	color: 			#353C91;
	text-decoration:none;
	}

	A.HomeLink:Active {
		color: 		#353C91;
		}
	
	A.HomeLink:hover{
		Color: 		#008B7F;
		}
	
	A.HomeLink:VISITED {
		color: 		#353C91;
		} 
	
	A.HomeLink:VISITED:hover {
		color: 		#008B7F;
		}
		
.msg_container {
	margin-left: 	5px;
	
	margin-bottom:	1px;
}
.msg_head {
	width:			400px;
	float:			left;
}
.msg_author {
	font-size: 		10px;
	float: 			left;
	margin-right:	10px;
}
.msg_date {
	font-size: 		10px;
	float: 			left;
	margin-right:	10px;
}
.msg_latestReply {
	font-size: 		10px;
	float: 			right;
	font-weight:	normal;
}

.msg_reply {
	font-size: 		10px;
	margin-bottom:	10px;
}
.msg_indent {
	margin-left:	20px;
	margin-bottom:	10px;
}
.msg_title {
	background-color: #e6e6db;
	font-size: 		14px;
	font-weight:	bold;
	margin-top:		10px;
	
}
.msg_body {
	font-size: 		12px;
	width:			400px;
	margin-bottom:	5px;
}
	 