.Grey_box_top {
	background-image: url(../Images/Page_layout/grey_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	background-color: #DADADA;
}
.Grey_box_bottom {
	background-image: url(../Images/Page_layout/grey_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #DADADA;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 10px;
}
.Grey_box_middle {
	background-color: #DADADA;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 10px;
}
a:link {
	color: #0054A6;
	text-decoration: none;
}
a:visited {
	color: #0054A6;
	text-decoration: none;
}
a:hover {
	color: #0054A6;
	text-decoration: underline;
}
a:active {
	color: #0054A6;
	text-decoration: none;
}
.Text_Standard {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.Text_Footer {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 10px;
	color: #666666;
}
.Text_Title {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 13px;
	color: #0054A6;
	text-transform: uppercase;
	font-weight: bold;
}
.Text_Subtitle {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color: #0054A6;
	font-weight: bold;
}
.Text_Standard_NO_JUSTIFY {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color: #000000;
}
.Text_Picture_Explanation {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 10px;
	color: #666666;
	text-align: justify;
	padding-bottom: 15px;
	padding-top: 5px;
}
.Text_Required_Fields {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 10px;
	color: #0054A6;
	font-style: italic;
}
.Text_Warning {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color: #FF0000;
}
.Text_Standard_bold_NO_JUSTIFY {
	font-family: "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.Image_float_right {
	float: right;
}
.Image_float_left {
	float: left;
	padding-right: 10px;
}
