.DD_body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* ==============================================BORDERS*/
.BorderGray_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}
.BorderGray_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.BorderGray_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}
.BorderGray_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
.BorderGray_topBottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.BorderGray_leftRight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
.BorderGray_rightBottom {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.DD_fondFooter {
	background-image: url(../Images/DD_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ==============================================TEXT*/
.T_gray10 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #EEEEEE;
}
.T_gray11{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #EEEEEE;
}

.T_gray11Bold{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #EEEEEE;
	font-weight: bold;
}
.T_gray14{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #EEEEEE;
	font-weight: bold;
}
/*=======================================GENERAL LINKS*/
a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEEEEE;
}
a:hover {
	text-decoration: underline;
	color: #EEEEEE;
}
a:active {
	text-decoration: none;
	color: #EEEEEE;
}
.BD_all {
	border: 1px solid #EEEEEE;
	background-color: #003366;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #EEEEEE;
}



.SignatureBottom {
	color : #ffcc00;
	font-size : 10px;
}
.SignatureBottom a {
	color : #ffcc00;
	text-decoration: none;
}
.SignatureBottom a:hover {
	color : #ffcc00;
	text-decoration:underline;
}
.SignatureBottom a:visited {
	color : #ffcc00;
	text-decoration: underline;
}
.SignatureBottom a:active {
	color : #ffcc00;
	text-decoration: underline;
}

