body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}
.top {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #B9B9B9;
	text-decoration: none;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #A2A2A2;
	text-decoration: none;
}
.tit_1 {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	color: #506F7C;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #5B5B5B;
	}
.text_2 {
	font-family: Tahoma;
	font-size: 15px;
	line-height: 13px;
	color: #5B5B5B;
}
.link_1 {
	font-family: Tahoma;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #456878;
	text-decoration: none;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #65828F;
	text-decoration: none;
	}
.link_3 {
	font-family: Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #456878;
	text-decoration: none;
}
a:hover {
	color: #E6834E;
	text-decoration: underline;
}

#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #d0e47e;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;

background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}