﻿body {
	margin: 3px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
}

table { width:100%; }
td {
	text-align:left;
	vertical-align:top; 
}

a 
{
	text-decoration: none;
	color:#214964;
}
a:hover 
{
	text-decoration:underline;
}

div.header
{
	background: #fff url(../images/bg_popup.gif) repeat-x;
	height:40px;
	padding:20px 0px 0px 0px;
	min-width:400px;
	vertical-align:bottom;
}
div.content 
{
	background:#F3F2EB;
	border-top:3px solid #fff;
	font-size:10pt;
	font-weight:500;
	min-width:400px;
}
div.content div.full
{
	padding:25px 15px 15px 15px;
	min-width:375px;
	text-align:justify;
	width:90%;
}
div.content div.partial
{
	padding:4px 15px 4px 15px;
	min-width:230px;
	text-align:justify;
}
div.addspace
{
	font-size:10pt;
	font-weight:bold;
	line-height:22px;
	padding:4px 15px 10px 15px;
}
div.logo
{
	padding:10px;
}
div.footer 
{
	background: #fff url(../images/bg_footer.gif) repeat-x;
	border-top:3px solid #fff;
	padding:4px 0px 4px 0px;
	text-align:right;
	min-width:400px;
}

.large_red
{
	padding-left:20px;
	color:#801E05;
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
}

/* clearfix hack */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
