/* CSS Document */
body
{
margin:0px;
font-family:"Arial";
font-size:12px;
background-color: #FFFFFF;
color: #003366;
font-weight:bold;
}

.menu A:link, .menu A:active { COLOR: #003366; text-decoration: none; font-weight:bold;font-family: "Arial Narrow";font-size: 16px; }
.menu A:visited { COLOR: #003366; text-decoration: none;font-weight:bold;font-family: "Arial Narrow";font-size: 16px; }
.menu A:hover {COLOR: #6F80A3;text-decoration: none;font-weight:bold;font-family: "Arial Narrow";font-size: 16px; }
.menu { COLOR:#003366; text-decoration:none; font-weight:bold; font-family: "Arial Narrow"; font-size:16px; }

.pinktext A:link, .pinktext A:active { COLOR: #FF3175; text-decoration: none; font-weight:bold;font-family: "Arial";font-size: 12px; }
.pinktext A:visited { COLOR: #FF3175; text-decoration: none;font-weight:bold;font-family: "Arial";font-size: 12px; }
.pinktext A:hover {COLOR: #FF246C;text-decoration: none;font-weight:bold;font-family: "Arial";font-size: 12px; }
.pinktext { COLOR:#FF3175; text-decoration:none; font-weight:bold; font-family: "Arial"; font-size:12px; padding-left:15px; }

.pinktitle A:link, .pinktitle A:active { COLOR: #FF3175; text-decoration: none; font-weight:bold;font-family: "Arial";font-size: 16px; }
.pinktitle A:visited { COLOR: #FF3175; text-decoration: none;font-weight:bold;font-family: "Arial";font-size: 16px; }
.pinktitle A:hover {COLOR: #FF246C;text-decoration: none;font-weight:bold;font-family: "Arial";font-size: 16px; }
.pinktitle { COLOR:#FF3175; text-decoration:none; font-weight:bold; font-family: "Arial"; font-size:16px; padding:15px; }

.bluetext A:link, .bluetext A:active { COLOR: #FF3175; text-decoration: none; font-weight:bold;font-family: "Arial";font-size: 12px; }
.bluetext A:visited { COLOR: #FF3175; text-decoration: none;font-weight:bold;font-family: "Arial";font-size: 12px; }
.bluetext A:hover {COLOR: #003366;text-decoration: underline;font-weight:bold;font-family: "Arial";font-size: 12px; }
.bluetext { COLOR:#003366; text-decoration:none; font-weight:bold; font-family: "Arial"; font-size:12px; padding-left:15px; }

.bluetitle A:link, .bluetitle A:active { COLOR: #003366; text-decoration: none; font-weight:bold;font-family: "Arial";font-size: 16px; }
.bluetitle A:visited { COLOR: #003366; text-decoration: none;font-weight:bold;font-family: "Arial";font-size: 16px; }
.bluetitle A:hover {COLOR: #003366;text-decoration: none;font-weight:bold;font-family: "Arial";font-size: 16px; }
.bluetitle { COLOR:#003366; text-decoration:none; font-weight:bold; font-family: "Arial"; font-size:16px; }



textarea {
background-color: #FFFFFF;
border: 1px solid #FF7CA7;
color: black;
font-family: verdana, arial, sans serif;
font-size: 12px;
font-weight: normal;
padding-left: 3px;
padding-bottom: 1px;
padding-top: 1px;
} 
select {
background-color: #FFFFFF;
color: black;
font-family: verdana, arial, sans serif;
border:1px solid #FF7CA7;
font-weight: normal;
font-size: 12px;
padding-bottom: 1px;
padding-left: 3px;
padding-right: 0px;
padding-top: 1px;
height:18px;
}
input {
background-color: #FFFFFF;
color: black;
font-family: verdana, arial, sans serif;
border:1px solid #FF7CA7;
font-weight: normal;
font-size: 12px;
padding-bottom: 1px;
padding-left: 3px;
padding-right: 0px;
padding-top: 1px;
height:18px;
z-index:1px;
}  
.button {
background-color: #FF7CA7;
font-family: "Arial";
border: 0px #333333 solid;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
padding:0px;
width:100px;
height:22px;
line-height:18px;
} 

#navcontainer
{
width: 200px;
padding: 0 0 0.5em 0;
margin-bottom: 0.5em;
font-family: Arial;
font-size:14px;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 10px;;
border: none;
}

#navcontainer li
{
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 5px;;
border-top: 1px solid #FF85A7;
border-bottom: 1px solid #FF85A7;
color: #FF246C;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-top: 1px solid #FF85A7;
border-bottom: 1px solid #FF85A7;
color: #FF246C;
background-color:#FFE4F3;
}

.paddingleft 
{
padding-left: 15px;
}
.image
{
border:1px solid #DF6285;
}

.album
{
border:3px solid #DF6285;
}