*{font-family:Nimrod, Georgia, Times New Roman, Times, serif}
body{
	background-image: url("../images/back1.png");	
	background-attachment: fixed;
	margin-left : 0px;
   	margin-top : 0px;
   	font-family : Nimrod, Georgia, Times New Roman, Times, serif;
	color:#462300;
	font-weight: bold;
   	font-size : 75%;
}


.redLabel{
	font-size : 80%;
	font-weight: bold;
	color:#FF0000;	
}

.small{
	font-size : 75%;
	font-weight: bold;
}

.smallNB{
	font-size : 75%;	
}

.large{
	font-size : 150%;
	font-weight: bold;
}

h1{	font-size : 200%;font-weight: bold;}
	
h2{
	font-size : 100%;
	font-style: italic;
	font-weight: bold;	
	}
	
a:link{
	color:#462300;
	font-size : 85%; 
	font-style: italic;
	font-weight: bold;}
a:visited{
	color:#462300;
	font-size : 85%;
	font-style: italic;
	font-weight: bold;}
a:active{	
	color:#462300;
	font-size : 85%;
	font-style: italic;
	font-weight: bold; }
	
.bodyIndent{margin-left : 30px;}

.smallIndent{margin-left : 10px;}

.mainItalicsText{	
	font-size : 90%;
	font-style: italic;
	font-weight: bold;	
}

.maintext{		
	background-image: url("../images/mufam1.jpg");
	background-attachment: fixed;
}
	
.bodyIndent{margin-left : 30px;}

/* this style is used for displaying email address safely */
a.info:hover{background-color:#00f;color:#fff;}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
	  position: absolute;
	  margin:15px 0px 0px 20px;
	  background-color: beige;
	  max-width:220;
	  padding: 2px 10px 2px 10px;
	  border: 1px solid #C0C0C0;
	  font: normal 10px/12px verdana;
	  color: #000;
	  text-align:left;
	  display: block;
}