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


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
    background-image:url(../img/gray2.jpg);
	background-repeat: repeat;
	padding-top:5px;
	padding-bottom:5px;
}
._recfeild {
	width: 200px;
}
._thankyou1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
._thankyou2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	text-align: center;
}
._thankyou3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
._title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #225AD8;
	padding-left: 10px;
	text-align: left;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

._lowermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #225AD8;
}
._welcomeborder {
	border-bottom:thick;
	border-bottom-style: solid;
	border-bottom-color: #225AD8;
}
._title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #225AD8;
	padding-left: 10px;
	text-align: left;
}