body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	background:#333333;
}
h2 {
	margin:16px 0;
	color:#688082;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
a {
	color:#681320;
	text-decoration:underline;
}
p {
	margin:14px 0;
}

.titletext {
	color:#681320;
	font-weight:bold;
}
.headertext {
	color:#688082;
	font-size:16px;
	font-weight:bold;
}
.note {
	font-size:10px;
}

#home .imgborder {
	border:#688082 solid 1px;
}
.imgborder {
	border:black solid 1px;
}
.imgfloatright {
	float:right;
	margin:0 0 14px 14px;
}
.imgfloatleft {
	float:left;
	margin:0 14px 14px 0;
}

#content {
	line-height:18px;
}

#footer {
	padding:20px 0;
	text-align:center;
	color:#CCCCCC;
}
#footer, #footer a {
	font-size:10px;
}
#footer a {
	text-decoration:none;
	color:white;
}
#footer a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

.msg_head {
	cursor:pointer;
	color:#681320;
	text-decoration:underline;
}
.msg_body {
	/*overflow:hidden;*/
}
