body
{background-image: url(Images/Patterns/1050.jpg);}

fieldset {
 -moz-border-radius: 35px;
 -webkit-border-radius: 15px;
 background:#F0E0B2;
 align:right;
}


img {
 -moz-border-radius: 35px;
 -webkit-border-radius: 15px;
 }

h1
{
font: Georgia, serif;
--border-bottom: 2px outset #000099;
text-align:center;
color:#000099;
text-shadow:2px 4px 2px #FFA366;
}

h2
{
font: Georgia, serif;
color: blue;
}

h3
{
font: Georgia, serif;
color: rgb(177,55,35);
}

h5
{
font: Georgia, serif;
color: 006600;
}

h6
{
font: Georgia, serif;
color: #ff0000;
}

/***********************************************************/

ul#menu {list-style-type: none;
    margin: 40;
	width: 600;
    padding: 0;
    overflow: hidden;
    background-color: #86592d;	}

li {float: right;}
li a, .dropbtn {
    display: block;
    color: yellow;
	font-weight:bold;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;}
li a:hover, .dropdown:hover .dropbtn {    background-color: #1a75ff;}
li.dropdown {    display: inline-block;}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #99e6e6;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); float:right;}
.dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    text-align: right;}
.dropdown-content a:hover {background-color: #ffffff;}
.dropdown:hover .dropdown-content { display: block;}

table, td, th
{
border:1px solid #0042a3;
}
th
{
background-color: #006600;
color:#ffffff;
}


a {
    font-size: 16px;
    color: #990000;
}
a:link {

    text-decoration: none;
}
a:visited {
    /*color: #ffffff;*/
    text-decoration: none;
}
a:hover {
    color: #000000;
    font-weight:bold;
    text-decoration: none;
}
a:active {
    /*color: #ffffff;*/
    text-decoration: none;
}



#helpme {
    width: 50px;
    height: 50px;
    background-image: url(images/logo/delete.jpg);
    background-repeat: no-repeat;
}


select {
    
    font-size:18px;
	font-weight:bold;
	color:blue;
}

@page Section1 {
   size:8.27in 11.69in; 
   margin:.5in .5in .5in .5in; 
   mso-header-margin:.5in; 
   mso-footer-margin:.5in; 
   mso-paper-source:0;
}



div.Section1 {
  page:Section1;
} 


/*---------- Easy tooltip -----------*/ 
a.ez:hover {
   background:#ffffff; text-decoration:none;} 
   /*BG color is a must for IE6*/ 

a.ez span {
   display:none; padding:2px 3px; margin-left:8px; width:280px; text-align:left; z-index:1000;} 

a.ez:hover span{
   display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
   
   

   
   
   
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

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:#cff; color:#ddd000;
    text-align: center}   




