body {
	background-image: url(../_images/BgDesign.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin: 0px;
	background-color: #FFFEF2;
	font-family:Arial, Helvetica, sans-serif;
}
.NavLinks {
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}
.NavLinks a{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.NavLinks a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.HomeTitle {
font-size: 22px;
color: #FFFFFF;
font-weight:bold;
}
.MainText {
	font-size: 12px;
	color: #000000;
}
.MidTitle {
font-size: 24px;
color: #669A00;
font-weight:bold;
}
.BottomLinks {
	font-size: 10px;
	color: #FFFFFF;
}
.BottomLinks a{
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.BottomLinks a:hover{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.ITIfooter {
	text-align:right;
	font-size: 10px;
	color: #666666;
}
.ITIfooter a{
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
.ITIfooter a:hover{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
#TopLink { background-image:url(../_images/ImgTopBg.gif); background-repeat: no-repeat;height:50px;line-height:50px;}
.TopLink {color:#990099;font-weight:bold;font-size:18px;}
.TopLink a {text-decoration: none;color:#990099;}
.TopLink a:hover {text-decoration: underline;color:#990099;}
/*-------Registration Form------*/
.Required {font-size:10px; color:#FF0000;}
.SmlFormTxt {font-size:10px;}
.BluBtn {	
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #AA3D73;
	border: none;
	font-weight:bold;
	margin:0px;
	padding:5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F6C1DD), to(#AA3D73));
	background: -webkit-linear-gradient(#F6C1DD, #AA3D73);
	background: -moz-linear-gradient(#F6C1DD, #AA3D73);
	background: -ms-linear-gradient(#F6C1DD, #AA3D73);
	background: -o-linear-gradient(#F6C1DD, #AA3D73);
	background: linear-gradient(#F6C1DD, #AA3D73);
	-pie-background: linear-gradient(#F6C1DD, #AA3D73);
	position:relative;
	behavior: url(PIE.htc);
	}
.PinkBtnLrg {	
	text-transform:uppercase;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #AA3D73;
	border: none;
	font-weight:bold;
	margin:0px;
	padding:10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F6C1DD), to(#AA3D73));
	background: -webkit-linear-gradient(#F6C1DD, #AA3D73);
	background: -moz-linear-gradient(#F6C1DD, #AA3D73);
	background: -ms-linear-gradient(#F6C1DD, #AA3D73);
	background: -o-linear-gradient(#F6C1DD, #AA3D73);
	background: linear-gradient(#F6C1DD, #AA3D73);
	-pie-background: linear-gradient(#F6C1DD, #AA3D73);
	position:relative;
	behavior: url(PIE.htc);
	}
.captcha{
	position: relative;
	z-index: 5;
	text-decoration: none;
}
.captcha:hover{
	background-color: transparent;
	z-index: 5;
}
.captcha span{ /*CSS for enlarged image*/
	position: absolute;
	width: 500px;
	height: 50px;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.captcha span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.captcha:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -80px;
	left: -200px; /*position where enlarged image should offset horizontally */
}