BODY {
	background: url(images/background3.jpg);
	color : Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	scrollbar-face-color: ffd305;
    scrollbar-highlight-color: 000099;
    scrollbar-3dlight-color: 000099;
    scrollbar-darkshadow-color: 000033;
    scrollbar-shadow-color: 000033;
    scrollbar-arrow-color: 000033;
    scrollbar-track-color: FFFFFF;
}

H2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #FFFFFF;
	background-position: left center;
	text-align: left;
	vertical-align: text-top;
	position: absolute;
	color: #000000;


}

H3 {
   font-size: 12pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H4 {
   font-size: small;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th {
   font-family: Arial, Helvetica, sans-serif;
}

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:#000;
    text-align: center
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: underline overline; color: red;}
A:hover {text-decoration: underline overline; color: red;}

.footer-text {
	font-size: x-small; 
	color:#555555;
}

.membertd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color:#ffd305;
	width: 100%;
	text-align: center;
	background-position: left center;
}

.membertdbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	font-weight: bold;
	background-color:#ffd305;
	width: 100%;
	text-align: center;
	background-position: center center;
}
.admintd {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background-color:#B0CBFD;
	border: solid thin; border-width: 1px; border-color: #000000;
}

.formlabel {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
}

.formlabelbold {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
	font-weight: bold;
}
.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.border {
	background-position: center center;
	text-align: left;
	vertical-align: text-top;
	height: auto;
	width: 75%;
	border: medium dashed #000033;
	position: absolute;
	background-attachment: fixed;
	background-repeat: no-repeat;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	padding: 10px;
	clear: right;
	float: left;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
	cursor: hand;
	top: 4172px;
	left: 246px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;






}
.border1 {
	background-color: #FFFFFF;
	background-position: center center;
	text-align: center;
	vertical-align: text-top;
	padding: 10px;
	border: medium dashed #ffd305;
	position: absolute;
	cursor: crosshair;
	overflow: hidden;
	z-index: auto;
	height: auto;
	width: 75%;

}
