﻿body 
{
	font-family: Arial;
	font-size: small;
	color: White;
}

.link
    {
	 color: Red;
	 text-decoration: none; 
    }
 .link:hover
 
{
}
div#wn1	{ 
	position:relative; 
	width:346px; height:332px; 
			overflow: hidden;
	}

div#wn2	{ 
	position:relative; 
	width:346px; height:332px; 
		overflow: hidden;
	}
	div#wn3	{ 
	position:relative; 
	width:346px; height:397px; 
		overflow: hidden;
	}
td img 
{
	display: block;
	}
	
/*Hyperlinks*/
a.hlc:link
{
color: red;
text-decoration:none;
}
a.hlc:hover
{
color: red;
text-decoration:underline;
}
a.hlc:active
{
color: red;
text-decoration:none;
}
a.hlc:visited
{
color:red;
text-decoration:none;
}
a.hlc:visited:hover
{
color: red;
text-decoration:underline;
}


.textboxborder
{
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: THIN;
	border-left-style: none ;
	border-right-style: none;
	border-top-style: none;
	overflow: hidden;

}



