/* TEMPLATE MAGICIAN STYLE SHEET DOCUMENT */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #3ECAF6;
visibility: hidden;
color: #3ECAF6;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 15px; /*position where enlarged image should offset horizontally */

}




.MainMenu {
font-family: Arial Rounded MT Bold;
font-size:15px;
color: #FFFFFF;
text-decoration:none;
line-height:normal;
font-stretch:condensed;
}
a.MainMenu:visited {
font-family: Arial Rounded MT Bold;
font-size:15px;
color: #ffffff;
text-decoration:none;
line-height:normal;
font-stretch:condensed;
}
a.MainMenu:hover {
font-family: Arial Rounded MT Bold;
font-size:15px;
color: #026D99;
text-decoration:none;
line-height:normal;
font-stretch:condensed;
}

.Menu_link {
font-family: Arial Rounded MT Bold;
font-size:12px;
color: #FFFFFF;
text-decoration:none;
line-height:normal;
font-stretch:condensed;
}
a.Menu_link:visited {
font-family: Arial Rounded MT Bold;
font-size:12px;
color: #ffffff;
text-decoration:none;
line-height:normal;
font-stretch:condensed;
}
a.Menu_link:hover {
font-family: Arial Rounded MT Bold;
font-size:12px;
color: #000000;
text-decoration:none;
line-height:normal;
font-stretch:condensed;
}

.white_heading {
font-family: Verdana;
font-size:14px;
font-weight: bold;
color: #ffffff;
text-decoration:none;
line-height:normal;
}
.blue_heading {
font-family: Verdana;
font-size:14px;
font-weight: bold;
color: #026D99;
text-decoration:none;
line-height:normal;
}
.blue_link {
font-family: Verdana;
font-size:12px;
font-weight: bold;
color: #026D99;
text-decoration:none;
line-height:normal;
}
.blue_link:hover {
font-family: Verdana;
font-size:12px;
font-weight: bold;
color: #76D80C;
text-decoration: underline;
line-height:normal;
}

.text {
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#333333;
text-decoration:none;
line-height:normal;
}

.text2{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#646464;
text-decoration:none;
line-height:normal;
}
.text3 {
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#333333;
text-decoration:none;
line-height:normal;
}
.text4 {
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#0874A0;
text-decoration:none;
line-height:normal;
}
.text5 {
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#70D504;
text-decoration:none;
line-height:normal;
}
.text6 {
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#E01414;
text-decoration:none;
line-height:normal;
}

.white_text {
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#ffffff;
text-decoration:none;
line-height:normal;
}
.white_text:hover {
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#7FDD1A;
text-decoration:none;
line-height:normal;
}
.blue_text{
font-family: Tahoma;
font-size:12px;
font-weight: normal;
color:#1F8FBD;
text-decoration: underline;
line-height:normal;
}
.blue_text:hover{
font-family: Tahoma;
font-size:12px;
font-weight: normal;
color:#000000;
text-decoration:none;
line-height:normal;
}
.navigation{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#646464;
text-decoration:none;
line-height:normal;
}

.navigation:hover{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#69C803;
text-decoration: underline;
line-height:normal;
}
.bold_text {
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#646464;
text-decoration:none;
line-height:normal;
}
.bold_text:hover {
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#026D99;
text-decoration:none;
line-height:normal;
}
.heading_main {
font-family: Arial Rounded MT Bold;
font-size:18px;
color: #91CC1E;
text-decoration:none;
line-height:normal;
font-stretch:condensed;
}
.text_field{
	border:1px solid #AAAAAA;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px;
	width: 212px;
	height: 15px;
	color: #026D99;
	}
.border_blue{
	padding: 0px;
	border-top: 1px solid #026D99;
	border-right: 1px solid #026D99;
	border-bottom: 1px solid #026D99;
	border-left: 1px solid #026D99;
	}
.btn {
background-color:#FF6600;
font-family:verdana;
font-size:11px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
line-height:normal;
cursor:hand;
border:solid 1px #BB6600;
}