p.mylinks
{
border-style: solid;
border-width: 1px;
margin-left: .1cm;
margin-right: .1cm;
margin-top: .1cm;
margin-bottom: .1cm;
padding: 0cm;
spacing: .1cm;
font-family: arial;
font-size: 11pt;
font-weight:bold;
text-decoration: none;
color: #000000;
}
p.headingarea
{
margin-left: 1cm;
margin-right: 1cm;
}
span.myheading
{
display:block;
width:633;
background-image: url("images/bar.jpg");
font-family: arial;
font-size: 11pt;
font-weight:bold;
}
span.myheadingtext
{
margin-left: .25cm;
}
p.bodyarea
{
margin-left: 1.25cm;
margin-right: 1.25cm;
font-family: arial;
font-size: 11pt;
}
td
{ 
  font-size: 11pt; 
  font-family: Arial, Verdana, Helvetica, Geneva, Swiss, Sans, Helv; 
}

.hide{
display: none;
}


.show{
display: block;
}


/*  Layer elements for viewing video*/  
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	overflow: auto;
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 600px;
	height: 350px;
	padding: 10px;
	border: 10px solid #2A88C5;
	background-color: white;
	z-index:1002;
	overflow: auto;
}