﻿/*created for plain pop-up windows: /about/news-unsubscribe.htm, etc - avi */
*{
	padding : 0px;
	margin : 0px;
	vertical-align: middle;
}
html
{
 	margin:0;
	padding: 0;
	border: 0;   
}

body
{	
    background-color:#fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	margin:0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}
h1
{
	color : #333;
	font-weight : bold;
	font-size : 1.45em;
	line-height: 1.45em;	
	}
h2
{
	color : #333;
	font-weight : bold;
	font-size : 1.27em;
	padding-top: 0;
}
h3
{
	font-weight : bold;
	color : #ae5f00;
	letter-spacing : 0;
	font-size : 1.09em;
	padding-bottom: 0.91em;
}
h4
{
	color : #5e747d;
	font-size : 1.09em;
	margin-top : 1.27em;
	display : inline;
}
h5
{
	font-weight : bold;
	font-size : 1.09em;	
}
h6
{
	font-weight : bold;
	font-size : 0.91em;	
}
p
{
	color : #000;
	line-height: 1.27em;
	vertical-align: middle;
}
.paragraph_leadin {
	font-weight: bold;
	color: #3182b8;
}
.body_text {
	line-height: 1.27em;
	color: #666;
	padding-top: 0.91em;
}
.dark_body{
	line-height: 1.27em;
	color: #333;
	padding-top: 0.91em;
}
.imageTitle
{
	font-weight : bold;
	color : #333;
	letter-spacing : 0;
	font-size : 1.27em;
	line-height: 1.36em;
	padding-bottom: 0.91em;
	padding-left: 15px;
}
.centerText
{
	text-align: center;
}

.footer
{
	color : #6d6e71;
	font-size : 0.82em;
}
.footer div
{
	float : left;
	margin-top : 0.82em;
}
.footer a
{
	font-family:Arial, Helvetica, sans-serif;
	color : #6d6e71;
	text-decoration : none;
}
.clear
{
	clear:both;
	height : 1px;
	overflow : hidden;
	width : 100%;
}
.boldBlack
{
	color : #000;
	font-weight: bold; 
}

.left
{
    float: left;   
}
.right
{
    float:right;  
}


