BODY {


	color : Black;


	font-family :  Tahoma, Verdana, Arial, sans-serif;


	font-size : 13 px;


}





TR {


	color : Black;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size : 13px;


}





TD {


	color : Black;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size : 13px;


}





BODY {


SCROLLBAR-FACE-COLOR: #138DB3; 


SCROLLBAR-HIGHLIGHT-COLOR: #0B4F64; 


SCROLLBAR-SHADOW-COLOR: White; 


SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 


SCROLLBAR-ARROW-COLOR: White; 


SCROLLBAR-DARKSHADOW-COLOR: #0B4F64;


scrollbar-track-color : #C6ECF8;


}


	


.footer {


	font-size: 11px;


	color: #000000;


}





.copyright {


	font-size: 10px;


	color: #000000;


}


.menubold {


	font-weight: bold;


}





.titles{


	color : Maroon;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size : 13px;


	font-weight : bolder;


}





.hometitle{


	color : #6699CC;


	font-family : Geneva, Arial, Helvetica, sans-serif;


	font-size : 16px;


	font-weight : 900;


	text-transform: uppercase;


	font-variant: normal;


	font-style: normal;


	line-height: normal;


	letter-spacing: 0px;


}





.subtitles{


	color : Gray;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size : 11px;


	font-weight : bold;


}





.bold{


font-weight : bold;


}





.italic{


	font-style : italic;


}





.forms{


	color : black;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size : 13px;


}





.whitebold{


	color : #ffffff;


	font-weight : normal;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size: 10px;


	font-style: normal;


	font-variant: normal;


	text-transform: capitalize;


	text-decoration: none;


}





.featuredlink{


	color : #FFFDFD;


}





.menubackcolour{


   background: #336699;


}





.newsletter{


	color : black;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size : 13px;


	background-color : #ffffff;


	border : 1 solid #000000;


}





.search{


	color : black;


	font-family : Tahoma, Verdana, Arial, sans-serif;


	font-size : 11px;


	background-color : #ffffff;


	border : 1 solid #000000;


}


#footerMnu {


	background-image: url(../images/header_r1_c1.jpg);


	background-repeat: no-repeat;


}


#footerMnu a {


font-family: Arial, Helvetica, sans-serif;


	font-size: 10px;


	font-style: normal;


	line-height: normal;


	font-weight: 700;


	text-transform: none;


	color: #FFFFFF;


	text-indent: 20px;


}


#footerMnu a:hover {


	background: #6699CC;


}


#headerMnu a {


font-family: Arial, Helvetica, sans-serif;


	font-size: 12px;


	font-style: normal;


	line-height: normal;


	font-weight: 700;


	text-transform: none;


	color: #333333;


	text-indent: 20px;


	}


#headerMnu a:hover {


	background: #6699CC;


}	


a {


	text-decoration: none;


}


#mainMnu {


	font-family: Arial, Helvetica, sans-serif;


	font-size: 12px;


	font-style: bold;


	font-weight: 900;


	color: #FFFFFF;


}


#mainMnu a {


	font-family: Arial, Helvetica, sans-serif;


	font-size: 12px;


	font-style: bold;


	font-weight: 900;


	color: #FFFFFF;


	text-decoration: none;


	list-style-image: url(../images/normal.gif);


}


#mainMnu a:hover{


	list-style-image: url(../images/normal_over.gif);


	color: #333333;


}


#std_lst li{

    
	font-family: Arial, Helvetica, sans-serif;


	font-size: 12px;


	list-style-image: url(../images/check.gif);


}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
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: 60px; /*position where enlarged image should offset horizontally */

}

