@charset "utf-8";
/* CSS Document */



body {
background-color: #7C7D6B;
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}


.body_photobook {
font: normal 18px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}

.body_photobookSM {
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}


.body_photobookTitle {
font: normal 22px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}


.body_lg {
background-color: #7C7D6B;
font: normal 16px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}

.address {
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #12260D;
}

.article_cagbc {
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #618B2A;
}

.article_body {
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: #000000;
}

.title {
font: normal 18px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: white;
}

.news {
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: white;
}


a {
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: underline;
color: white;
}


.profile {
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: underline;
color: white;
}

.profiletext {
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: white;
}




.applemenu{
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
background: #7C7D6B;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
padding: 5px;
padding-left: 8px;
text-decoration: none;

margin: 0px;
padding: 0;
width: 260px; /*width of menu*/
border: 0px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(images/greengradient.gif) repeat-x center left;
font: normal 18px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px;
padding-left: 12px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/greengradientover.gif);
color: white;
}

.applemenu div.submenu a{ /*DIV that contains each sub menu*/
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
color: white;
padding: 0px;
height: 150px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

