BODY, TD {
	color: Navy;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 0px;
}


.trans_div {
text-align: center;

width: 600px;

font-weight:bold;
padding:10px;
overflow:auto;
/* This is an IE filter command. Other browsers will ignore it */
/* It goes into the trans_div class */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale src='50percent.png');
}
/* Square bracketed class styles are a non-IE type browser variety */
/* This is a seperate css entry, not part of the original trans_div class */
.trans_div[class] {
	background-image: url(50percent.png);

}



#contents {
z-index: 1;
position: absolute;
}
#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}



ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
border: none;
} 


#menu3 {
width: 200px;
margin: 10px;
border-style: solid solid none solid;
border-color: #BCD2E6;
border-size: 1px;
border-width: 1px;
}
#menu3 li a {
height: 32px;
voice-family: "\"}\""; voice-family: inherit;
height: 24px;
text-decoration: none;
} #menu3 li a:link, #menu3 li a:visited {
color: #8BADCF;
display: block;
background: url(menu3.gif);
padding: 8px 0 0 10px;
}
#menu3 li a:hover {
color: #627EB7;
background: url(menu3.gif) 0 -32px;
padding: 8px 0 0 10px;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: aqua;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}
