/* CSS Document */
.gradbg{
background-image:url(../images/gradient.jpg);
background-repeat:repeat-x;
min-height:700px;
}
.border{
border:solid 1px #CCCCCC;
}
.whitefooter{
font-family:"Trebuchet MS";
font-size:10px;
color:#FFFFFF;
padding: 5px 5px 5px 5px;
}
.navtext{
font-family:"Tw Cen MT";
font-size:18px;
color:#EE6693;
padding:5px 5px 5px 15px;
}
.navtext a{
color:#EE6693;
text-decoration:none;
}
.footergrey{
font-family:"Trebuchet MS";
font-size:10px;
color:#EE6693;
padding:5px 5px 5px 5px;
}
.footergrey a{
color:#666666;
text-decoration:none;
}
.footerpink{
font-family:"Trebuchet MS";
font-size:10px;
color:#EE6693;
padding:5px 5px 5px 5px;
}
.footerpink a{
color:#EE6693;
text-decoration:none;
}
.pinktitle{
font-family:"Trebuchet MS";
font-size:20px;
color:#EE6693;
padding:5px 5px 5px 5px;
}
.greytext{
font-family:"Trebuchet MS";
font-size:12px;
color:#666666;
padding:5px 5px 5px 5px;
}
.greytext a{
font-family:"Trebuchet MS";
font-size:12px;
text-decoration:none;
color:#EE6693;
}
.bearbg{
background-image:url(../images/bearbg.jpg);
background-position:center;
background-repeat:no-repeat;
}