@charset "UTF-8";
/* IAE Newsletter CSS */
body {
text-align:center;
background-color: #DDDDDD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 140%;
}
#outerbox {
width:560px;
text-align:left;
border:solid 1px #000;
padding:0px;
background-color: white;
clear: both;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#bluebox {
width:560px;
margin: 0 auto;
text-align:left;
padding: 2px 0px 2px 0px;
background-color: #0066FF;
}
#marginbox {
width:560px;
margin: 0 auto;
text-align:left;
padding:0px;
background-color: #FFFFFF;
}
#whitebox {
width:530px;
margin: 0 auto;
text-align:left;
padding:0px;
background-color: #FFFFFF;
}
#imagebox {
width:560px;
background-color: #FFFFFF;
}
#quotebox {
width:490px;
margin: 0 auto;
text-align:left;
background-color: #FFFFFF;
}
#emphasisBox {
width: 480px;
margin: 0 auto;
border: solid 1px #ECDF64;
background: #FFFAD4;
color: #222222;
padding: 4px;
text-align: center;
}
.bigTitle {
font-size: 20px;
font-family: arial;
font-weight: bold;
line-height: 110%;
position: relative;
}
.bodyText {
font-size: 12px;
line-height: 140%;
font-family: verdana;
position: relative;
}
.quoteText {
font-size: 12px;
line-height: 140%;
}
img.floatLeft {
float: left;
margin: 5px 10px 5px 0px;
}
img.floatRight {
float: right;
margin: 5px;
}
.whiteText {
color: #FFFFFF;
line-height: 140%;
}
.refItem {
text-indent: -3em; margin-left: 3em;
}