body{
	margin:0px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}
.reqd{
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color: #FF0000;
}
.welcome{
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	color: #000000;
}
.slogan{
	font-family:tahoma;
	font-size:20px;
	color:#FFFFFF;
}
.slogan1{
	font-family:tahoma;
	font-size:20px;
	color:#eb1f26;
}
.pageTitle{
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: bold;
	color: #1C4477;
}
.pageSubTitle{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color: #000000;
}
a:link,a:visited{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:hover{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
a.below:link,a.below:visited{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
a.below:hover{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
a.white:link,a.white:visited{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
a.white:hover{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.tagLine{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{
	position: absolute;
	background-color: lightyellow;
	padding: 3px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{
	visibility: visible;
	top: -100px;
	left: 15px;
}
.header {
	background-color:#565656;
	color:#FFFFFF;
	text-align:center;
}
