body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #344845;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:visited {
	color: #344845;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

a:hover
{
	color:#7BADA5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.content_header
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FC6E7A;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FC6E7A;
	background-color:#FFFFFF;
	vertical-align:top; 
    padding: 0px 0px 3px 110px;
	background-image:url(/images/memoryman/header3.gif);
	background-repeat:no-repeat;
}
.content_main
{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	background-color:#FFFFFF;
	vertical-align:top; 
    padding: 0px 5px 0px 5px;
	height:100%;
}
.content_bottom
{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
}