@charset "utf-8";
/* CSS Document */

#Forms_Title_Layout {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
#Forms_Title_Image {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.forms_title_link, forms_title_link:link, forms_title_link:visited{
	font-size: 14pt;
	text-decoration: none;
	color: #00526A;
}
.forms_title_link:hover {
	font-size: 14pt;
	text-decoration: none;
	color: #9AB1B9;
}

img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top: 1;
	border-right: 1;
	border-bottom: 1;
	border-left: 1;
	border-top-color: #00526A;
	border-right-color: #00526A;
	border-bottom-color: #00526A;
	border-left-color: #00526A;
}
img:hover {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top: 1;
	border-right: 1;
	border-bottom: 1;
	border-left: 1;
	border-top-color: #9AB1B9;
	border-right-color: #9AB1B9;
	border-bottom-color: #9AB1B9;
	border-left-color: #9AB1B9;
}