.div_Body
{
	background-color: #9dffaa;
}

.div_Body a:link
{
	text-decoration: underline;
	color: #0000ee;
}

.div_Body a:visited
{
	text-decoration: underline;
	color: #000000;
}

.div_Body a:hover
{
	text-decoration: underline;
	color: #888800;
}

.div_Body a:active
{
	text-decoration: underline;
	color: #cccc00;
}


.div_Container
{
	width: 800px;
	text-align: left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	position: relative;
	left: 50px;
	background-color: #9dffaa;
}

.div_Title
{
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.div_Message
{
	background-color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #009944;
}


.div_Links
{
	font-size: 12pt;
	font-weight: normal;
}
