﻿ /* position:fixed */
 .outer { 
	position:fixed; 
	top:0; 
	left:0; 
	}
a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #B1CAF3;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;
	}
    
.norm {
font-family: Verdana, 'Times New Roman', Arial, sans-serif;
}

.normlinkr {
text-decoration: underline;
color: #ff0000;
}

.normlinkr a:link {
color: #ff0000;
text-decoration: underline;
}

.normlinkr a:visited { 
	color: #ff0000;
	}
.normlinkr a:hover { 
	color: #B1CAF3;
	}
.normlinkr a:active { 
	color: #ff0000;
	}
    
.normlink {
text-decoration: underline;
}

.normlink a:link {
color: #0000CC;
text-decoration: underline;
}

.normlink a:visited { 
	color: #0000CC;
	}
.normlink a:hover { 
	color: #B1CAF3;
	}
.normlink a:active { 
	color: #0000CC;
	}
    
.bld {
font-weight:bold;
}

.hr70 {
width:70%;
text-align: center;
}

.textwhite {
color: #ffffff;
}

.banner
{
background-image:url('images/MtStream_750px_x125px.jpg');
}

.popit {
color: #ffffff;
position: relative;
text-align:center;
font-weight:bold;
}

.popitnorm {
color: #0000CC;
position: relative;
text-align:center;
font-weight:bold;
cursor:pointer;
}


.popperimage {
display: none;
font-family: Verdana, 'Times New Roman', Arial, sans-serif;
z-index: 1;
font-size: 11px;
font-weight: normal;
color: #000091;
}

.popperov {
display: none;
position: absolute;
z-index: 60;
height: 300px;
width: 485px;
top: 150px; 
left: 200px;
padding: 3px;
border: 2px solid #004080;
background-color:#F4F9F3;
font-family: Verdana, 'Times New Roman', Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000091;
cursor:pointer;
}

.popperin {
display: none;
position: relative;
top: 5px;
left: 30px;
z-index: 61;
padding: 3px;
background-color:#F4F9F3;
font-family: Verdana, 'Times New Roman', Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000091;
}
P.Heading1T {
	font-family: Arial, sans-serif;
	font-size: 15pt;
	margin-top: 8pt;
	color: #669933;
}