/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 

.color1 { color: #FA676B; }
.color2 { color: #FFCC33; }
.color3 { color: #E2BF2B; }
.color4 { color: #FDCDB8; }

p {
font-family: "Helvetica Neue", sans-serif, Arial;
/* font-family: Verdana, Arial, sans-serif; */
font-size: 12px;
color: #333333;
/* line-height: 11px; */
}
p a:visited {color: #FA676B; text-decoration: none}
p a:link {color: #FA676B; text-decoration: none}
p a:hover {color: #FFCC33; text-decoration: none}

h1 {
font-family: "Helvetica Neue", sans-serif, Arial;
/* font-family: Verdana, Arial, sans-serif; */
font-size: 14px;
color: #333333;
font-weight: bold;
margin: 20px 0px 20px 0px; 
}

h2 {
font-family: "Helvetica Neue", sans-serif, Arial;
/* font-family: Verdana, Arial, sans-serif; */
font-size: 12px;
color: #333333;
font-weight: bold;
margin: 0px 0px 10px 0px; 
}

p.normal, #textArea p {
text-align: left;
margin: 0px 0px 8px 0px; 
padding: 0px 0px 0px 0px; 
line-height: 17px;
}

p.footer {
font-size: 12px;
color: #ffffff;
}
p.footer a:visited {color: #fff; text-decoration: none}
p.footer a:link {color: #fff; text-decoration: none}
p.footer a:hover {color: #fff; text-decoration: underline}

p.series {
font-size: 12px;
text-align: left;
}

/* top, right, bottom, left */

p.news {
font-size: 12px;
text-align: left;
margin: 0px 0px 6px 0px; 
}

p.newsDate {
font-size: 12px;
color: #999999;
text-align: left;
}

p.colHeading {
font-family: "Helvetica Neue", sans-serif, Arial;
font-size: 14px;
font-weight: bold;
color: #999999;
text-align: left;
padding: 0px 0px 2px 0px; 
border-bottom: 4px solid #FA676B;
}

p.photoPageHeader {
width: 100%;
font-weight: bold;
text-align: center;
margin: 20px 0px 20px 0px; 
padding: 0px 0px 0px 0px; 
}

p.photoDescr {
clear: both;
width: 100%;
text-align: center;
margin: 0px 0px 30px 0px; 
padding: 0px 0px 0px 0px; 
line-height: 17px;
}

p.textHeader {
font-weight: bold;
text-align: left;
margin: 0px 0px 8px 0px; 
padding: 0px 0px 0px 0px; 
}

/* image formating ********************/
.seriesIcon {
float: left; 
margin: 4px 0px 0px 0px; 
padding: 0px; 
border: 0; 
background: #ffffff;
}

.seriesNum {
float: left; 
margin: 3px 0px 0px 0px; 
padding: 0px; 
border: 0; 
background: #ffffff;
}

#brandLogo {
float: left; 
width: 222px;
height: 44px;
margin: 0px 0px 0px 0px; 
padding: 28px 0px 0px 10px; 
border: 0; 
}


