@charset "ISO-8859-1";

body { 
/* 	background: #ffffff url(../images/popbg.gif) repeat-x 0px 0px;  */
	color: #004B8D; 
	font-size: 11px; 
}



a:link
{
	color: #004B8D;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #004B8D;
	font-weight: normal;
	text-decoration: underline;
}

a:active
{
	color: #004B8D;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #EC1E30;
	text-decoration: underline;
}



/* popup */

.popupBanner{
	position: absolute;
	top: 0px;
	left: 20px;
	background: url(../images/popup_topbanner.gif) no-repeat;
	width: 576px;
	height: 131px;
}

.popuptitle{
	position: relative;
	top: 131px;
	left: 00px;
	width: 576px;
	height: 131px;
}

.popuplink{
	position: absolute;
	top: 170px;
	left: 45px;
	width: 576px;
	height: 131px;
	line-height: 13px;
	z-index: 1;
}

.popupcontact{
	position: relative;
	top: 170px;
	left: 45px;
	width: 576px;
	height: 431px;
	line-height: 13px;
	z-index: 1;
}


.popuptext { 
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	left: 30px;
	top: 310px;
	background-color: #fff;
	color: #004b8d;
 	margin-bottom: 5px;
 	width: 520px;
 	height: 160px;
	overflow-y: scroll; 
	padding-left: 15px;
	margin-right: 15px;
	z-index: 2;
}

.termstext { 
	position: absolute;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	left: 30px;
	top: 170px;
	background-color: #fff;
	color: #004b8d;
 	margin-bottom: 5px;
 	width: 520px;
 	height: 300px;
	overflow-y: scroll; 
	padding-left: 15px;
	margin-right: 15px;

}

