/* CSS Document 
   InfiniteSolutions
   LeyhSolutions
*/

h3 {
	font-size:14px;
	color:#0092D0;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#0092D0;
	font-family: Georgia, Times, "Times New Roman", serif;
}
h1 {
	font-size:14px;
	font-weight:normal;
	color:#0092D0;
	font-family: Georgia, Times, "Times New Roman", serif;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.exp {
	position: relative;
	z-index: 0;
	overflow:hidden;
	left: 0px;
	text-decoration: none;	
}
.exp:hover {
	background-color: transparent;
	z-index: 40;
	cursor: default;	
}
.exp span { /*CSS for enlarged image*/
	
	position: absolute;
	/*background-color: #0092D0;*/
	/*border:1px solid #0092D0;*/
	visibility: hidden;
	text-decoration: none;
}
.exp span img { /*CSS for enlarged image*/
	border-width: 0;
	padding:1px;
}
.exp:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -20px;
	left: 100px; /*position where enlarged image should offset horizontally must have px*/
	z-index: 50;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF
}
.style12 {
         color: #FF0000
}