/* generals */
body{
   background-image: url(../images/bg-magenta.gif);
   background-repeat:repeat-x;
   background-color:#EAD5DF;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   letter-spacing: 0px;
   
}
a{
  color: #4E2D36;
  text-decoration:none;
}
a:hover {
  color: #4E2D36;
  text-decoration: underline;
}
a:visited {
 color:#4E2D36;
 text-decoration:none;
}
table{
 border:0px;
 color:#7E6266;
 font-size:11px;
}
td{
  vertical-align:top;
  background-color:#FFFFFF;
}
img{
  border: 0;
}
ul{
list-style:none;
}
.pinkbar{
 background-image:url(../images/jeri_ryan_pinkbar.jpg);
 background-repeat:repeat-x;
 height:26px;
}
.title{
color:#827174;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
background-color: #F1D6DF;
}
.styled ul{
list-style:square;
}
.copyright{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#827174;
}
.news a{
color: #4E2D36;
text-decoration: none;
font-size:11px;
font-weight:bold;
}
.news a:hover{
color: #4E2D36;
text-decoration: underline;
font-size:11px;
font-weight:bold;
}
.blogs a{
font-size:11px;
font-weight:bold;
color: #4E2D36;
text-decoration: none;
}
.blogs a:hover{
font-size:11px;
font-weight:bold;
color: #4E2D36;
text-decoration: underline;
}
.footnav a{
color: #4E2D36;
text-decoration: none;
}
.footnav a:hover{
color: #4E2D36;
text-decoration: none;
}


