body{
padding:0px;
margin:0px;
background-color:#ffffff;
}
a:hover{text-decoration:none;}

.h1_text
{
		font-family:Tahoma;
		font-size:19px;
		line-height:26px;
		color:#ffffff;
	}

.h2_text
{
		font-family:Tahoma;
		font-size:18px;
		line-height:23px;
		color:#ffffff;
	}

.h3_text
{
		font-family:Tahoma;
		font-size:25px;
		line-height:31px;
		color:#0a246f;
	}
.m_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#ffffff;
	}
.h4_text
{
		font-family:Tahoma;
		font-size:35px;
		line-height:50px;
		color:#ffffff;
	}
.m_text

.mh_text
	{
		font-family:Tahoma;
		font-size:14px;
		line-height:18px;
		color:#ffffff;
	}

.m1_text
	{45
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#9ED8FF;
	}

.h_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#8DC63F;
	}

.hh_text
	{
		font-family:Tahoma;
		font-size:14px;
		line-height:18px;
		color:#8DC63F;
	}

.hh1_text
	{
		font-family:Tahoma;
		font-size:31px;
		line-height:41px;
		color:#cb341b;
            font-weight: bold;
	}

.hh2_text
	{
		font-family:Tahoma;
		font-size:22px;
		line-height:26px;
		color:#cb341b;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#1d4ab0;
	}

.lh_text
	{
		font-family:Tahoma;
		font-size:14px;
		line-height:18px;
		color:#1d4ab0;
	}
	
.c_text
	{
		font-family:Arial;
		font-size:11px;
		line-height:11px;
		color:#4D7FDA;
	}

.c1_text
	{
		font-family:Arial;
		font-size:11px;
		line-height:11px;
		color:#6094F1;
	}

.form
	{
		width:216px; height:20px; border-color:#9ED8FF; border-width:1px; background-color:#1B50B1; border-style:solid; padding-left:5px
	}
.form_div
	{
		height:23px; margin-top:0px;
	}
		
	a.text{text-decoration:none;}	
	a.text:hover{text-decoration:underline;}


/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:320px; 
height:200px; 
background:#fff url(images/intro.jpg) 0 20px no-repeat;
border:1px solid #aaa;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
	padding:0;
	margin:210px 0 0 0;
	list-style-type:none;
	position:relative;
	width:320px;
	top: 648px;
	left: 699px;


}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:100px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-43px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:8px;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#8DC63F;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#1d4ab0; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}
/* the style starts here */
a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:30px; left:-150px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:250px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(tooltip.gif) 0 0; display:block; font-size:1px;}
