BODY		{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#666666  }
.GuiLeft {
	width: 138px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5FC3C1;
}
.GuiNav {
	background-color: #949599;
	height: 48px;
}
.GuiNavMenu {
	height: 48px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.GuiNavMenu TD {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	vertical-align: top;
}
.GuiNavMenu A:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.GuiNavMenu A:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.GuiNavMenu A:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.GuiNavMenu A:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
.GuiContent {
	padding: 10px;
}
.GuiContentSquare {
	border:solid 1px #84D3D3; padding:5px; font-size:13px;
}

.GuiContent A:link {
	text-decoration: none;
	color: #5FC3C1;
}
.GuiContent A:visited {
	text-decoration: none;
	color: #5FC3C1;
}
.GuiContent A:active {
	text-decoration: none;
	color: #000000;
}
.GuiContent A:hover {
	text-decoration: none;
	color: #000000;
}
.GuiContentTitle {
	font-size: 16px;
	font-weight: bold;
	color: #5FC3C1;

}
.GuiFoot{ 
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
