a:link {
	color: #7b859a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #7b859a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3d445d;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #7b859a;
	font-weight: bold;
	text-decoration: none;
}
body {
	font-size: 12px;
	font-family: verdana;
	color: #5e5853;
}
h1 {
	color: #3d445d;
	font-size: 16px;
	text-decoration: none;
}
h2 {
	color: #3d445d;
	font-size: 14px;
	text-decoration: none;
}
h3 {
	color: #3d445d;
	font-size: 12px;
	text-decoration: none;
}
h4 {
	color: #3d445d;
	font-size: 16px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
h5 {
	color: #3d445d;
	font-size: 14px;
	text-decoration: none;
}
h6 {
	color: #3d445d;
	font-size: 9px;
	text-decoration: none;
	line-height: 9px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
td {
	font-size: 12px;
	font-family: verdana, arial, tahoma;
	color: #5e5853;
}
.ContentBorder { padding: 4px; border: solid 1px #c0c0c0; }

.ImageBorder {
	border: 2px solid #e8e8e8;
	background-color: #E4E4E4;
	padding: 3px;
}
