.basicFont {
	font-family: "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 16px;
	color: #4E2F2F;
}
.smallFont {
	font-family: "Lucida Calligraphy";
	font-size: 12px;
	color: #0066FF;
}
.ProfileFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0066FF;
	font-weight: bold;
	font-variant: small-caps;

}
address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #000000;
}
.captionFont {
	font-family: "Lucida Handwriting", Arial, Papyrus;
	font-size: 11px;
	color: #0066FF;
	font-style: italic;

}
.footerFont {

	font-family: "Lucida Handwriting", Arial, Papyrus;
	font-size: 10px;
	color: #123456;
	font-style: italic;
}
hr {
	background-color: #123456;
	height: 2px;
	width: 380px;
	filter: Gray;
	color: #123456;
}
.titleFont {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0066FF;
	font-weight: bold;
	font-variant: small-caps;
}
.initial2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	background-color: #999999;
}
.letterFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0066FF;
	font-weight: bold;
	font-variant: small-caps;
}
.profile {
   color: #4E2F2F;
   font-family: tacoma;
   font-size: 16;
   text-align: left;
}   
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 3px 3px #FFFFFF;
	font-variant: small-caps;
}
.more{
	font-family: "Lucida Handwriting", Arial, Papyrus;
	font-size: 10px;
	color: #123456;
	font-style: italic;
	text-align: right;
}
.titlehmaw {
    margin-top:25px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	font-variant: small-caps;
}
/********************** CLASS DEFINITIONS ****************/
a.info{
    position:relative;
	z-index:24;
    color:#0000FF;
	font-weight: bold;
	border:1px solid #FFFFFF;
	text-decoration:none;
    font-style:italic;
	border-bottom: 2px solid #FF0000;
}
a.info:hover {
    z-index:25;
    background-color:#ffffff;
}
a.info span{
     display: none;
}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 2.0em;
    left: 150px;
    width:40em;
	padding: 5px 5px 5px 5px;
    border:1px solid #ff0000; /* border color */
    background-color:#ffff99; /* background color here */
    color:#000000;         /* text color */
    text-align: justify;
    font-size: 14px;
    font-style: italic;
	text-decoration: none;
    z-index:10;
}
