body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D8EBF5;
	background-image: url(../images/container/page_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
.TitleDrkGrey {
	font-family: Arial;
	font-size: 14px;
    font-weight: bolder;
	color: #333333;
}
.TitleDrkBlue {
	font-family: Arial;
	font-size: 14px;
    font-weight: bolder;
	color: #00669D;
}
.Content {
	font-family: Arial;
	font-size: 13px;
    font-weight: none;
	color: #000000;
}
.Content A:link {
	font-family: Arial;
	font-size: 13px;
    font-weight: none;
    text-decoration: none;
	color: #00669D;
}
.Content A:visited {
	font-family: Arial;
	font-size: 13px;
    font-weight: none;
    text-decoration: none;
	color: #00669D;
}
.Content A:hover {
	font-family: Arial;
	font-size: 13px;
    font-weight: none;
    text-decoration: none;
	color: #76ABDC;
}
.Content A:active {
	font-family: Arial;
	font-size: 13px;
    font-weight: none;
    text-decoration: none;
	color: #00669D;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
    font-weight: none;
	color: #006196;
}
.copyright A:link {
	font-family: Arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: none;
	color: #006196;
}
.copyright A:visited {
	font-family: Arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: none;
	color: #006196;
}
.copyright A:hover {
	font-family: Arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: none;
	color: #006196;
}
.copyright A:active {
	font-family: Arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: none;
	color: #006196;
}