
body {
	padding: 0; 
	margin: 0 auto; 
	
	
	text-align: center;
	/* color: #666666; 
	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background: url(../images/eng/page_bg.gif) center top repeat-y;
	
}
#container {
	background:url(../images/background.gif) -0px 0px repeat-y;
	text-align:left;
	width: 775px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	position:relative;
	min-height: 100%;
/*	height: auto !important; */
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
 
} 

.protitle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.3em; color: #000; z-index: 100}
/* .protitle a { font-size: .8em; color: #0066CC; font-style:normal; text-decoration:underline; font-weight: normal;} */
.protitle a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none;
	font-size: 0.9em;}

.protitle a.info:hover{z-index:25;  background: none; }

.protitle a.info span{display: none}

.protitle a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#5F9AE2; color:#fff;
    text-align: center;
	padding: 5px;
	}

	
	
	


.lnkwhite {
	color: #FFFFFF;
}
.lnkblack {
	color: #000000;
}
.lnkBlue {
	color: #0033CC;
	text-decoration: none;

}
.lnkBlueActive {

	color: #0033CC;
	text-decoration: none;
}

.bluetext {
	color: #000099;
	}
.redcolor {color: #FF0000; background:#F5ECCD;}
A:active  { color: gray }   /* active links    */
A:hover   { color: red }
.bluepagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #0033CC;
	font-weight: bold;

}

table {border-collapse: collapse; border: none; text-align:center; margin-left: auto;
	margin-right: auto;}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;

}


table.grayborders td {border-collapse: collapse; padding-left: 50px; padding-bottom: 10px;}
/* table.grayborders td:hover {background: #999999; } */
.vignetlightyellow {background:url(../images/eng/home_back_table.gif) bottom repeat-x;}

.mitul { list-style-image: url(../images/eng/arr.gif);}


/* Category titles on Indix Page */

.hdmnpg {font-size: 1.75em; font-weight: bold; color:#1C588A; }
